Home
last modified time | relevance | path

Searched refs:MP4DecodingMode (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/module/codecs/m4v_h263/dec/include/
Dmp4dec_api.h99 } MP4DecodingMode; typedef
150 …rl, uint8 *volbuf[], int32 *volbuf_size, int nLayers, int width, int height, MP4DecodingMode mode);
170 OSCL_IMPORT_REF MP4DecodingMode PVGetDecBitstreamMode(VideoDecControls *decCtrl);
/frameworks/av/media/module/codecs/m4v_h263/fuzzer/
Dmpeg4_h263_dec_fuzzer.cpp57 MP4DecodingMode mInputMode = MPEG4_MODE;
61 MP4DecodingMode mInputMode = H263_MODE;
137 MP4DecodingMode actualMode = PVGetDecBitstreamMode(mDecHandle); in decodeFrames()
/frameworks/av/media/module/codecs/m4v_h263/dec/test/
DMpeg4H263DecoderTest.cpp84 ifstream &mEleStream, ofstream &ostrm, MP4DecodingMode inputMode);
156 ofstream &ostrm, MP4DecodingMode inputMode) { in processMpeg4H263Decoder()
198 MP4DecodingMode actualMode = PVGetDecBitstreamMode(mDecHandle); in processMpeg4H263Decoder()
335 MP4DecodingMode inputMode = isMpeg4 ? MPEG4_MODE : H263_MODE; in TEST_P()
364 MP4DecodingMode inputMode = isMpeg4 ? MPEG4_MODE : H263_MODE; in TEST_P()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp159 MP4DecodingMode mode = in onQueueFilled()
174 MP4DecodingMode actualMode = PVGetDecBitstreamMode(mHandle); in onQueueFilled()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp481 MP4DecodingMode mode = (mIsMpeg4) ? MPEG4_MODE : H263_MODE; in process()
491 MP4DecodingMode actualMode = PVGetDecBitstreamMode(&mVideoDecControls); in process()
/frameworks/av/media/module/codecs/m4v_h263/dec/src/
Dpvdec_api.cpp78 … int32 *volbuf_size, int nLayers, int width, int height, MP4DecodingMode mode) in PVInitVideoDecoder()
872 OSCL_EXPORT_REF MP4DecodingMode PVGetDecBitstreamMode(VideoDecControls *decCtrl) in PVGetDecBitstreamMode()