Home
last modified time | relevance | path

Searched refs:profile_idc (Results 1 – 24 of 24) 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/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_sps.c275 SPS->profile_idc = (uint8_t)code; in h264_Parse_SeqParameterSet()
277 switch(SPS->profile_idc) in h264_Parse_SeqParameterSet()
336 if((SPS->profile_idc == h264_ProfileHigh) || (SPS->profile_idc == h264_ProfileHigh10) || in h264_Parse_SeqParameterSet()
337 (SPS->profile_idc == h264_ProfileHigh422) || (SPS->profile_idc == h264_ProfileHigh444) ) in h264_Parse_SeqParameterSet()
Dh264parse.c163 switch(pInfo->active_SPS.profile_idc) in h264_Parse_Slice_Layer_Without_Partitioning_RBSP()
Dviddec_h264_workload.c585 viddec_fw_h264_sps_set_profile_idc(&(wi.h264_sps), pInfo->active_SPS.profile_idc); in h264_parse_emit_sps()
Dh264parse_dpb.c2793 if ((active_sps->profile_idc < 100) && ((active_sps->constraint_set_flags & 0x1) == 0)) { in h264_dpb_idr_memory_management()
/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/
Dvsp_VPP.h43 uint32_t profile_idc; // BE_PROFILEIDC member
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()
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_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/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_loader.h84 uint8 profile_idc; member
Dvbp_h264_parser.c746 codec_data->profile_idc = parser->info.active_SPS.profile_idc; in vbp_set_codec_data_h264()
/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/common/libmix/videodecoder/
DVideoDecoderAVC.cpp704 …enableLowDelayMode((data->codec_data->profile_idc == 66) || (data->codec_data->profile_idc == 100 … in startVA()
708 if ((data->codec_data->profile_idc == 66 || data->codec_data->constraint_set0_flag == 1) && in startVA()
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
Dvbp_loader.h207 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/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264.h804 uint8_t profile_idc; // u(8), 0x77 for MP member