HomeSort by relevance Sort by last modified time
    Searched refs:iDecodeVOLHeader (Results 1 - 6 of 6) sorted by null

  /external/opencore/codecs_v2/utilities/m4v_config_parser/include/
m4v_config_parser.h 85 OSCL_IMPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *, int32 *, int32 *profilelevel);
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h 93 OSCL_IMPORT_REF int16 iDecodeVOLHeader(
  /external/opencore/codecs_v2/utilities/pv_config_parser/src/
pv_video_config_parser.cpp 86 retval = iDecodeVOLHeader(&psBits, &width, &height, &display_width, &display_height, &profile_level);
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_video_config_parser.cpp 85 retval = iDecodeVOLHeader(&psBits, &width, &height, &display_width, &display_height, &profile_level);
ti_m4v_config_parser.cpp 119 status = iDecodeVOLHeader(&psBits, width, height, display_width, display_height, &profilelevel);
123 // name: iDecodeVOLHeader
126 OSCL_EXPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profilelevel)
    [all...]
  /external/opencore/codecs_v2/utilities/m4v_config_parser/src/
m4v_config_parser.cpp 136 status = iDecodeVOLHeader(&psBits, width, height, display_width, display_height, &profilelevel);
140 // name: iDecodeVOLHeader
143 OSCL_EXPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profilelevel)

Completed in 139 milliseconds