/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/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/ |
D | h264parse_sps.c | 275 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()
|
D | h264parse.c | 163 switch(pInfo->active_SPS.profile_idc) in h264_Parse_Slice_Layer_Without_Partitioning_RBSP()
|
D | viddec_h264_workload.c | 585 viddec_fw_h264_sps_set_profile_idc(&(wi.h264_sps), pInfo->active_SPS.profile_idc); in h264_parse_emit_sps()
|
D | h264parse_dpb.c | 2793 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/ |
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 | vsp_VPP.h | 43 uint32_t profile_idc; // BE_PROFILEIDC member
|
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 | 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_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/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
D | vbp_loader.h | 84 uint8 profile_idc; member
|
D | vbp_h264_parser.c | 746 codec_data->profile_idc = parser->info.active_SPS.profile_idc; in vbp_set_codec_data_h264()
|
/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/common/libmix/videodecoder/ |
D | VideoDecoderAVC.cpp | 704 …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/ |
D | vbp_loader.h | 207 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/mix_vbp/viddec_fw/fw/codecs/h264/include/ |
D | h264.h | 804 uint8_t profile_idc; // u(8), 0x77 for MP member
|