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

12

/hardware/intel/common/libva/va/
H A Dva_enc_h264.h150 unsigned char level_idc; member in struct:_VAEncSequenceParameterBufferH264
654 uint8_t level_idc; member in struct:_VAEncSequenceParameterBufferH264_MVC::H264SPSExtMVCLevelValue
657 * which the level indicated by level_idc applies
H A Dva_trace.c1433 va_TraceMsg(trace_ctx, "\tlevel_idc = %d\n", p->level_idc);
/hardware/intel/common/wrs_omxil_core/core/src/
H A Dintel_video_config_parser.cpp109 int32 profile_idc, level_idc = 0; local
146 (int*) & level_idc);
154 aOutputs->level = (uint32) level_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
956 /* level_idc */
958 *level_idc = temp;
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_video_config_parser.cpp109 int32 profile_idc, level_idc = 0; local
147 (int*) & level_idc,
156 aOutputs->level = (uint32) level_idc;
H A Dti_m4v_config_parser.cpp797 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, uint32 *entropy_coding_mode_flag) argument
889 if (DecodeSPS(&psBits, width, height, display_width, display_height, profile_idc, level_idc))
930 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc) argument
952 *level_idc = temp;
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
H A Dti_m4v_config_parser.h128 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_loader.h85 uint8 level_idc; member in struct:_vbp_codec_data_h264
H A Dvbp_h264_parser.c747 codec_data->level_idc = parser->info.active_SPS.level_idc;
908 pic_parms->seq_fields.bits.MinLumaBiPredSize8x8 = (parser->info.active_SPS.level_idc > 30) ? 1 : 0;
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
H A Dvbp_loader.h208 uint8 level_idc; member in struct:_vbp_codec_data_h264
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
H A Dh264parse_sps.c304 SPS->level_idc = (uint8_t)code;
306 switch(SPS->level_idc)
H A Dviddec_h264_workload.c586 viddec_fw_h264_sps_set_level_idc(&(wi.h264_sps), pInfo->active_SPS.level_idc);
H A Dh264parse_dpb.c2688 int32_t level_idc = active_sps->level_idc; local
2788 switch(level_idc)
/hardware/intel/common/libmix/videoencoder/
H A Dbitstream.h196 bitstream_put_ui(bs, seq_param->level_idc, 8); /* level_idc */
H A DVideoEncoderAVC.cpp982 // avcSeqParams.level_idc = mLevel;
990 avcSeqParams.level_idc = level;
1050 LOG_V( "level_idc = %d\n", (uint32_t)avcSeqParams.level_idc);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
H A Dh264.h806 uint8_t level_idc; // u(8) member in struct:_SPS_PAR_USED
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformatenc_h264.c963 h264_seq_param.level_idc = 30; //TODO, hard code now
982 LOG_I( "level_idc = %d\n",
983 (guint)h264_seq_param.level_idc);
/hardware/intel/img/psb_video/src/
H A Dpnw_H264ES.c407 pSequenceParams->level_idc, ctx->profile_idc);
415 pSequenceParams->level_idc, ctx->profile_idc);
H A Dtng_H264ES.c630 ctx->ui8LevelIdc = psSeqParams->level_idc;
H A Dtng_trace.c1138 drv_debug_msg(VIDEO_DEBUG_GENERAL,"%s: level_idc = 0x%08x\n", __FUNCTION__, psTraceSeqParams->level_idc);
/hardware/intel/common/libva/test/encode/
H A Davcenc.c896 bitstream_put_ui(bs, seq_param->level_idc, 8); /* level_idc */
1411 seq_param->level_idc = 41;
H A Dh264encode.c313 bitstream_put_ui(bs, seq_param.level_idc, 8); /* level_idc */
1289 seq_param.level_idc = 41 /*SH_LEVEL_3*/;
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderAVC.cpp962 if (dpbTable[i].level == data->codec_data->level_idc) {
/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_H264ES.c291 pSequenceParams->level_idc, ctx->profile_idc);

Completed in 741 milliseconds

12