Home
last modified time | relevance | path

Searched refs:PVResetVideoDecoder (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
Dmp4dec_api.h153 Bool PVResetVideoDecoder(VideoDecControls *decCtrl);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp387 CHECK_EQ((int)PVResetVideoDecoder(mHandle), (int)PV_TRUE); in onPortFlushCompleted()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/test/
DMpeg4H263DecoderTest.cpp371 int32_t status = PVResetVideoDecoder(mDecHandle); in TEST_P()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp313 if (PV_TRUE != PVResetVideoDecoder(mDecHandle)) { in onFlush_sm()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dpvdec_api.cpp546 Bool PVResetVideoDecoder(VideoDecControls *decCtrl) in PVResetVideoDecoder() function