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

  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.h 92 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc);
intel_m4v_config_parser.cpp 874 LOGV("intel: --- call to DecodeSPS() begin ---\n");
875 if (DecodeSPS(&psBits, width, height, display_width, display_height, profile_idc, level_idc))
880 LOGV("intel: --- call to DecodeSPS() end ---\n");
928 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc)
    [all...]

Completed in 67 milliseconds