Home
last modified time | relevance | path

Searched refs:profile_idc (Results 1 – 21 of 21) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
Dbitstream.h175 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/
Dti_video_config_parser.cpp109 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()
Dti_m4v_config_parser.cpp797 …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/
Dintel_video_config_parser.cpp109 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()
Dintel_m4v_config_parser.cpp782 …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()
Dintel_m4v_config_parser.h92 …th, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_i…
/hardware/intel/img/psb_video/src/
Dpnw_MPEG4ES.c151 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()
Dvsp_VPP.h43 uint32_t profile_idc; // BE_PROFILEIDC member
Dpnw_H264ES.c173 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()
Dpnw_H264.c124 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()
Dpnw_hostcode.h299 uint8_t profile_idc; member
/hardware/intel/img/psb_video/src/mrst/
Dlnc_MPEG4ES.c159 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()
Dlnc_H264ES.c166 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()
Dpsb_H264.c111 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()
Dlnc_hostcode.h233 uint8_t profile_idc; member
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
Dti_m4v_config_parser.h128 …th, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_i…
/hardware/intel/common/libva/test/encode/
Davcenc.c883 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()
Dh264encode.c300 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/
Dvbp_loader.h123 uint8 profile_idc; member
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp2590 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/
DVideoDecoderAVC.cpp678 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()