/hardware/intel/common/libmix/videoencoder/ |
D | bitstream.h | 175 int profile_idc = 0; in sps_rbsp() local 179 profile_idc = PROFILE_IDC_HIGH; in sps_rbsp() 183 profile_idc = PROFILE_IDC_MAIN; in sps_rbsp() 186 profile_idc = PROFILE_IDC_BASELINE; in sps_rbsp() 190 bitstream_put_ui(bs, profile_idc, 8); /* profile_idc */ in sps_rbsp() 199 if ( profile_idc == PROFILE_IDC_HIGH) { in sps_rbsp()
|
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
D | ti_video_config_parser.cpp | 109 int32 profile_idc, level_idc = 0; in ti_video_config_parser() local 146 (int*) & profile_idc, in ti_video_config_parser() 155 aOutputs->profile = (uint32)profile_idc; in ti_video_config_parser() 163 (profile_idc != H264_PROFILE_IDC_BASELINE) || in ti_video_config_parser()
|
D | ti_m4v_config_parser.cpp | 797 …th, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_i… in iGetAVCConfigInfo() argument 889 if (DecodeSPS(&psBits, width, height, display_width, display_height, profile_idc, level_idc)) in iGetAVCConfigInfo() 930 …th, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_i… in DecodeSPS() argument 944 *profile_idc = temp; in DecodeSPS() 959 if(*profile_idc == H264_PROFILE_IDC_HIGH) in DecodeSPS()
|
/hardware/intel/common/wrs_omxil_core/core/src/ |
D | intel_video_config_parser.cpp | 109 int32 profile_idc, level_idc = 0; in intel_video_config_parser() local 145 (int*) & profile_idc, in intel_video_config_parser() 153 aOutputs->profile = (uint32)profile_idc; in intel_video_config_parser()
|
D | intel_m4v_config_parser.cpp | 782 …th, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_i… in iGetAVCConfigInfo() argument 875 if (DecodeSPS(&psBits, width, height, display_width, display_height, profile_idc, level_idc)) in iGetAVCConfigInfo() 928 …th, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_i… in DecodeSPS() argument 943 *profile_idc = temp; in DecodeSPS() 965 if(*profile_idc == 100 || *profile_idc == 110 || in DecodeSPS() 966 *profile_idc == 122 || *profile_idc == 144 ) in DecodeSPS()
|
D | intel_m4v_config_parser.h | 92 …th, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_i…
|
/hardware/intel/img/psb_video/src/ |
D | pnw_MPEG4ES.c | 151 ctx->profile_idc = 2; in pnw_MPEG4ES_CreateContext() 154 ctx->profile_idc = 3; in pnw_MPEG4ES_CreateContext() 157 ctx->profile_idc = 2; in pnw_MPEG4ES_CreateContext() 272 switch (ctx->profile_idc) { in pnw__MPEG4ES_process_sequence_param()
|
D | vsp_VPP.h | 43 uint32_t profile_idc; // BE_PROFILEIDC member
|
D | pnw_H264ES.c | 173 ctx->profile_idc = 5; in pnw_H264ES_CreateContext() 176 ctx->profile_idc = 6; in pnw_H264ES_CreateContext() 179 ctx->profile_idc = 6; in pnw_H264ES_CreateContext() 407 pSequenceParams->level_idc, ctx->profile_idc); in pnw__H264ES_process_sequence_param() 415 pSequenceParams->level_idc, ctx->profile_idc); in pnw__H264ES_process_sequence_param()
|
D | pnw_H264.c | 124 uint32_t profile_idc; // BE_PROFILEIDC member 436 ctx->profile_idc = 0; in pnw_H264_CreateContext() 441 ctx->profile_idc = 1; in pnw_H264_CreateContext() 447 ctx->profile_idc = 3; in pnw_H264_CreateContext() 712 …>reg_SPS0, MSVDX_VEC_H264, CR_VEC_H264_BE_SPS0, BE_PROFILEIDC, ctx->profile_idc); in psb__H264_process_picture_param()
|
D | pnw_hostcode.h | 299 uint8_t profile_idc; member
|
/hardware/intel/img/psb_video/src/mrst/ |
D | lnc_MPEG4ES.c | 159 ctx->profile_idc = 2; in lnc_MPEG4ES_CreateContext() 162 ctx->profile_idc = 3; in lnc_MPEG4ES_CreateContext() 165 ctx->profile_idc = 2; in lnc_MPEG4ES_CreateContext() 240 switch (ctx->profile_idc) { in lnc__MPEG4ES_process_sequence_param()
|
D | lnc_H264ES.c | 166 ctx->profile_idc = 5; in lnc_H264ES_CreateContext() 169 ctx->profile_idc = 6; in lnc_H264ES_CreateContext() 172 ctx->profile_idc = 6; in lnc_H264ES_CreateContext() 291 pSequenceParams->level_idc, ctx->profile_idc); in lnc__H264ES_process_sequence_param()
|
D | psb_H264.c | 111 uint32_t profile_idc; // BE_PROFILEIDC member 427 ctx->profile_idc = 0; in psb_H264_CreateContext() 432 ctx->profile_idc = 1; in psb_H264_CreateContext() 437 ctx->profile_idc = 3; in psb_H264_CreateContext() 723 …>reg_SPS0, MSVDX_VEC_H264, CR_VEC_H264_BE_SPS0, BE_PROFILEIDC, ctx->profile_idc); in psb__H264_process_picture_param()
|
D | lnc_hostcode.h | 233 uint8_t profile_idc; member
|
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/ |
D | ti_m4v_config_parser.h | 128 …th, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_i…
|
/hardware/intel/common/libva/test/encode/ |
D | avcenc.c | 883 int profile_idc = PROFILE_IDC_BASELINE; in sps_rbsp() local 886 profile_idc = PROFILE_IDC_HIGH; in sps_rbsp() 888 profile_idc = PROFILE_IDC_MAIN; in sps_rbsp() 890 bitstream_put_ui(bs, profile_idc, 8); /* profile_idc */ in sps_rbsp() 899 if ( profile_idc == PROFILE_IDC_HIGH) { in sps_rbsp()
|
D | h264encode.c | 300 int profile_idc = PROFILE_IDC_BASELINE; in sps_rbsp() local 303 profile_idc = PROFILE_IDC_HIGH; in sps_rbsp() 305 profile_idc = PROFILE_IDC_MAIN; in sps_rbsp() 307 bitstream_put_ui(bs, profile_idc, 8); /* profile_idc */ in sps_rbsp() 316 if ( profile_idc == PROFILE_IDC_HIGH) { in sps_rbsp()
|
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/ |
D | vbp_loader.h | 123 uint8 profile_idc; member
|
/hardware/intel/common/libva/test/transcode/ |
D | mpeg2transcode.cpp | 2590 int profile_idc = PROFILE_IDC_BASELINE; in sps_rbsp() local 2593 profile_idc = PROFILE_IDC_HIGH; in sps_rbsp() 2595 profile_idc = PROFILE_IDC_MAIN; in sps_rbsp() 2597 bitstream_put_ui(bs, profile_idc, 8); /* profile_idc */ in sps_rbsp()
|
/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderAVC.cpp | 678 if ((data->codec_data->profile_idc == 66 || data->codec_data->constraint_set0_flag == 1) && in startVA() 701 enableLowDelayMode(data->codec_data->profile_idc == 66); in startVA()
|