Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/m4v_h263/dec/include/
Dmp4dec_api.h158 …Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 bu…
/frameworks/av/media/module/codecs/m4v_h263/fuzzer/
Dmpeg4_h263_dec_fuzzer.cpp164 if (PVDecodeVopHeader(mDecHandle, &bitstreamTmp, &timestamp, &tempSize, &header_info, in decodeFrames()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp258 if (PVDecodeVopHeader( in onQueueFilled()
/frameworks/av/media/module/codecs/m4v_h263/dec/test/
DMpeg4H263DecoderTest.cpp254 status = PVDecodeVopHeader(mDecHandle, &bitstreamTmp, &timestamp, &inputSize, &headerInfo, in processMpeg4H263Decoder()
/frameworks/av/media/module/codecs/m4v_h263/dec/src/
Dpvdec_api.cpp1022 …status = (PV_STATUS)PVDecodeVopHeader(decCtrl, buffer, timestamp, buffer_size, &header_info, use_e… in PVDecodeVideoFrame()
1044 Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], in PVDecodeVopHeader() function
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp557 if (PVDecodeVopHeader( in process()