Searched defs:level_idc (Results 1 - 9 of 9) sorted by relevance

/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.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/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_loader.h85 uint8 level_idc; member in struct:_vbp_codec_data_h264
/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
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
H A Dh264parse_dpb.c2688 int32_t level_idc = active_sps->level_idc; local
2788 switch(level_idc)
/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/include/
H A Dh264.h806 uint8_t level_idc; // u(8) member in struct:_SPS_PAR_USED

Completed in 130 milliseconds