Searched refs:profile_idc (Results 1 - 25 of 26) sorted by relevance

12

/hardware/intel/common/libmix/videoencoder/
H A Dbitstream.h175 int profile_idc = 0; local
179 profile_idc = PROFILE_IDC_HIGH;
183 profile_idc = PROFILE_IDC_MAIN;
186 profile_idc = PROFILE_IDC_BASELINE;
190 bitstream_put_ui(bs, profile_idc, 8); /* profile_idc */
199 if ( profile_idc == PROFILE_IDC_HIGH) {
/hardware/intel/img/psb_video/src/
H A Dvsp_VPP.h43 uint32_t profile_idc; // BE_PROFILEIDC member in struct:context_VPP_s
H A Dpnw_MPEG4ES.c151 ctx->profile_idc = 2;
154 ctx->profile_idc = 3;
157 ctx->profile_idc = 2;
272 switch (ctx->profile_idc) {
H A Dpnw_H264ES.c173 ctx->profile_idc = 5;
176 ctx->profile_idc = 6;
179 ctx->profile_idc = 6;
407 pSequenceParams->level_idc, ctx->profile_idc);
415 pSequenceParams->level_idc, ctx->profile_idc);
H A Dpnw_hostcode.h299 uint8_t profile_idc; member in struct:context_ENC_s
H A Dpnw_H264.c126 uint32_t profile_idc; // BE_PROFILEIDC member in struct:context_H264_s
438 ctx->profile_idc = 0;
443 ctx->profile_idc = 1;
449 ctx->profile_idc = 3;
739 REGIO_WRITE_FIELD_LITE(ctx->reg_SPS0, MSVDX_VEC_H264, CR_VEC_H264_BE_SPS0, BE_PROFILEIDC, ctx->profile_idc);
/hardware/intel/common/wrs_omxil_core/core/src/
H A Dintel_video_config_parser.cpp109 int32 profile_idc, level_idc = 0; local
145 (int*) & profile_idc,
153 aOutputs->profile = (uint32)profile_idc;
H A Dintel_m4v_config_parser.h92 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc);
H A Dintel_m4v_config_parser.cpp782 OSCL_EXPORT_REF int16 iGetAVCConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc) argument
875 if (DecodeSPS(&psBits, width, height, display_width, display_height, profile_idc, level_idc))
928 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc) argument
941 /* Read profile_idc */
943 *profile_idc = temp;
951 LOGV("intel: --- profile_idc = %d ---\n", temp);
965 if(*profile_idc == 100 || *profile_idc == 110 ||
966 *profile_idc == 122 || *profile_idc
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
H A Dh264parse_sps.c273 //SPS->profile_idc = h264_GetBits(pInfo, 8, "Profile");
275 SPS->profile_idc = (uint8_t)code;
277 switch(SPS->profile_idc)
336 if((SPS->profile_idc == h264_ProfileHigh) || (SPS->profile_idc == h264_ProfileHigh10) ||
337 (SPS->profile_idc == h264_ProfileHigh422) || (SPS->profile_idc == h264_ProfileHigh444) )
H A Dh264parse.c163 switch(pInfo->active_SPS.profile_idc)
H A Dviddec_h264_workload.c585 viddec_fw_h264_sps_set_profile_idc(&(wi.h264_sps), pInfo->active_SPS.profile_idc);
H A Dh264parse_dpb.c2793 if ((active_sps->profile_idc < 100) && ((active_sps->constraint_set_flags & 0x1) == 0)) {
/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_MPEG4ES.c159 ctx->profile_idc = 2;
162 ctx->profile_idc = 3;
165 ctx->profile_idc = 2;
240 switch (ctx->profile_idc) {
H A Dlnc_H264ES.c166 ctx->profile_idc = 5;
169 ctx->profile_idc = 6;
172 ctx->profile_idc = 6;
291 pSequenceParams->level_idc, ctx->profile_idc);
H A Dlnc_hostcode.h233 uint8_t profile_idc; member in struct:context_ENC_s
H A Dpsb_H264.c111 uint32_t profile_idc; // BE_PROFILEIDC member in struct:context_H264_s
427 ctx->profile_idc = 0;
432 ctx->profile_idc = 1;
437 ctx->profile_idc = 3;
723 REGIO_WRITE_FIELD_LITE(ctx->reg_SPS0, MSVDX_VEC_H264, CR_VEC_H264_BE_SPS0, BE_PROFILEIDC, ctx->profile_idc);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_loader.h84 uint8 profile_idc; member in struct:_vbp_codec_data_h264
H A Dvbp_h264_parser.c746 codec_data->profile_idc = parser->info.active_SPS.profile_idc;
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
H A Dvbp_loader.h207 uint8 profile_idc; member in struct:_vbp_codec_data_h264
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderAVC.cpp704 enableLowDelayMode((data->codec_data->profile_idc == 66) || (data->codec_data->profile_idc == 100 && data->codec_data->constraint_set4_flag == 1 && data->codec_data->constraint_set5_flag == 1));
708 if ((data->codec_data->profile_idc == 66 || data->codec_data->constraint_set0_flag == 1) &&
/hardware/intel/common/libva/test/encode/
H A Davcenc.c883 int profile_idc = PROFILE_IDC_BASELINE; local
886 profile_idc = PROFILE_IDC_HIGH;
888 profile_idc = PROFILE_IDC_MAIN;
890 bitstream_put_ui(bs, profile_idc, 8); /* profile_idc */
899 if ( profile_idc == PROFILE_IDC_HIGH) {
H A Dh264encode.c300 int profile_idc = PROFILE_IDC_BASELINE; local
303 profile_idc = PROFILE_IDC_HIGH;
305 profile_idc = PROFILE_IDC_MAIN;
307 bitstream_put_ui(bs, profile_idc, 8); /* profile_idc */
316 if ( profile_idc == PROFILE_IDC_HIGH) {
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
H A Dh264.h804 uint8_t profile_idc; // u(8), 0x77 for MP member in struct:_SPS_PAR_USED
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformat_h264.c297 switch (data->codec_data->profile_idc)

Completed in 3375 milliseconds

12