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

/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_video_config_parser.cpp109 int32 profile_idc, level_idc = 0; local
146 (int*) & profile_idc,
155 aOutputs->profile = (uint32)profile_idc;
163 (profile_idc != H264_PROFILE_IDC_BASELINE) ||
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
944 *profile_idc = temp;
959 if(*profile_idc == H264_PROFILE_IDC_HIGH)
/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);

Completed in 128 milliseconds