Searched refs:profile_idc (Results 1 - 3 of 3) sorted by relevance
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
H A D | ti_video_config_parser.cpp | 109 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 D | ti_m4v_config_parser.cpp | 797 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 D | ti_m4v_config_parser.h | 128 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc);
|
Completed in 1159 milliseconds