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

  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.h 85 OSCL_IMPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *, int32 *, int32 *profilelevel);
intel_video_config_parser.cpp 86 retval = iDecodeVOLHeader(&psBits, &width, &height, &display_width, &display_height, &profile_level);
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/inc/
ti_m4v_config_parser.h 93 OSCL_IMPORT_REF int16 iDecodeVOLHeader(
  /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...]

Completed in 90 milliseconds