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.cpp92 CHECK_EQ(deInitDecoder(), (status_t)OK);
330 deInitDecoder();
352 status_t SoftHEVC::deInitDecoder() { function in class:android::SoftHEVC
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.h104 status_t deInitDecoder();
H A DSoftAVCDec.cpp136 CHECK_EQ(deInitDecoder(), (status_t)OK);
328 deInitDecoder();
350 status_t SoftAVC::deInitDecoder() { function in class:android::SoftAVC
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.h113 status_t deInitDecoder();
H A DSoftMPEG2.cpp89 CHECK_EQ(deInitDecoder(), (status_t)OK);
412 status_t SoftMPEG2::deInitDecoder() { function in class:android::SoftMPEG2
443 deInitDecoder();
448 deInitDecoder();

Completed in 166 milliseconds