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

  /frameworks/base/media/libstagefright/codecs/avc/dec/include/
pvavcdecoderinterface.h 37 virtual int32 DecodeSPS(uint8 *bitstream, int32 buffer_size) = 0;
pvavcdecoder.h 35 virtual int32 DecodeSPS(uint8 *bitstream, int32 buffer_size);
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
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);
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
avcdec_lib.h 461 AVCDec_Status DecodeSPS(AVCDecObject *decvid, AVCDecBitstream *stream);
avcdec_api.cpp 305 status = DecodeSPS(decvid, bitstream);
    [all...]
header.cpp 23 AVCDec_Status DecodeSPS(AVCDecObject *decvid, AVCDecBitstream *stream)
34 DEBUG_LOG(userData, AVC_LOGTYPE_INFO, "DecodeSPS", -1, -1);
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 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)
    [all...]

Completed in 48 milliseconds