Home
last modified time | relevance | path

Searched refs:deInitDecoder (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/fuzzer/
Damrnb_dec_fuzzer.cpp37 ~Codec() { deInitDecoder(); } in ~Codec()
39 void deInitDecoder();
48 void Codec::deInitDecoder() { GSMDecodeFrameExit(&mAmrHandle); } in deInitDecoder() function in Codec
/frameworks/av/media/libstagefright/codecs/amrwb/fuzzer/
Damrwb_dec_fuzzer.cpp37 ~Codec() { deInitDecoder(); } in ~Codec()
40 void deInitDecoder();
58 void Codec::deInitDecoder() { in deInitDecoder() function in Codec
/frameworks/av/media/libstagefright/codecs/mp3dec/fuzzer/
Dmp3_dec_fuzzer.cpp154 ~Codec() { deInitDecoder(); } in ~Codec()
158 void deInitDecoder();
215 void Codec::deInitDecoder() { in deInitDecoder() function in Codec
/frameworks/av/media/libstagefright/codecs/m4v_h263/fuzzer/
Dmpeg4_h263_dec_fuzzer.cpp43 ~Codec() { deInitDecoder(); } in ~Codec()
49 void deInitDecoder();
184 void Codec::deInitDecoder() { in deInitDecoder() function in Codec
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/test/
DMpeg4H263DecoderTest.cpp85 void deInitDecoder();
284 void Mpeg4H263DecoderTest::deInitDecoder() { in deInitDecoder() function in Mpeg4H263DecoderTest
338 deInitDecoder(); in TEST_P()
395 deInitDecoder(); in TEST_P()
/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.h102 status_t deInitDecoder();
DSoftHEVC.cpp85 CHECK_EQ(deInitDecoder(), (status_t)OK); in ~SoftHEVC()
319 deInitDecoder(); in initDecoder()
345 status_t SoftHEVC::deInitDecoder() { in deInitDecoder() function in android::SoftHEVC
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.cpp83 if (OK != deInitDecoder()) { in ~SoftMPEG2()
412 status_t SoftMPEG2::deInitDecoder() { in deInitDecoder() function in android::SoftMPEG2
444 deInitDecoder(); in reInitDecoder()
449 deInitDecoder(); in reInitDecoder()
DSoftMPEG2.h114 status_t deInitDecoder();
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.h97 status_t deInitDecoder();
DSoftAVCDec.cpp92 CHECK_EQ(deInitDecoder(), (status_t)OK); in ~SoftAVC()
280 deInitDecoder(); in initDecoder()
306 status_t SoftAVC::deInitDecoder() { in deInitDecoder() function in android::SoftAVC