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

  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.cpp 124 status = iDecodeVOLHeader(&psBits, width, height, display_width, display_height, &profilelevel);
128 // name: iDecodeVOLHeader
131 OSCL_EXPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profilelevel)
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
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...]

Completed in 444 milliseconds