Searched refs:deInitDecoder (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h102 status_t deInitDecoder();
H A DSoftHEVC.cpp84 CHECK_EQ(deInitDecoder(), (status_t)OK);
318 deInitDecoder();
344 status_t SoftHEVC::deInitDecoder() { function in class:android::SoftHEVC
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.h97 status_t deInitDecoder();
H A DSoftAVCDec.cpp92 CHECK_EQ(deInitDecoder(), (status_t)OK);
280 deInitDecoder();
306 status_t SoftAVC::deInitDecoder() { function in class:android::SoftAVC
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp83 if (OK != deInitDecoder()) {
412 status_t SoftMPEG2::deInitDecoder() { function in class:android::SoftMPEG2
444 deInitDecoder();
449 deInitDecoder();
H A DSoftMPEG2.h114 status_t deInitDecoder();

Completed in 40 milliseconds