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

  /frameworks/base/media/libstagefright/codecs/avc/dec/include/
pvavcdecoderinterface.h 38 virtual int32 DecodePPS(uint8 *bitstream, int32 buffer_size) = 0;
pvavcdecoder.h 36 virtual int32 DecodePPS(uint8 *bitstream, int32 buffer_size);
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h 133 int32 DecodePPS(mp4StreamType *psBits, uint32 *entropy_coding_mode_flag);
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
avcdec_lib.h 471 AVCDec_Status DecodePPS(AVCDecObject *decvid, AVCCommonObj *video, AVCDecBitstream *stream);
avcdec_api.cpp 418 status = DecodePPS(decvid, video, bitstream);
    [all...]
header.cpp 318 AVCDec_Status DecodePPS(AVCDecObject *decvid, AVCCommonObj *video, AVCDecBitstream *stream)
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 906 status = DecodePPS(&psBits, entropy_coding_mode_flag);
    [all...]

Completed in 59 milliseconds