Searched refs:MP4DecodingMode (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/module/codecs/m4v_h263/dec/include/ |
D | mp4dec_api.h | 99 } 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/ |
D | mpeg4_h263_dec_fuzzer.cpp | 57 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/ |
D | Mpeg4H263DecoderTest.cpp | 84 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/ |
D | SoftMPEG4.cpp | 159 MP4DecodingMode mode = in onQueueFilled() 174 MP4DecodingMode actualMode = PVGetDecBitstreamMode(mHandle); in onQueueFilled()
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 481 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/ |
D | pvdec_api.cpp | 78 … int32 *volbuf_size, int nLayers, int width, int height, MP4DecodingMode mode) in PVInitVideoDecoder() 872 OSCL_EXPORT_REF MP4DecodingMode PVGetDecBitstreamMode(VideoDecControls *decCtrl) in PVGetDecBitstreamMode()
|