Searched defs:deInitDecoder (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp135 CHECK_EQ(deInitDecoder(), (status_t)OK);
327 deInitDecoder();
349 status_t SoftAVC::deInitDecoder() { function in class:android::SoftAVC
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp92 CHECK_EQ(deInitDecoder(), (status_t)OK);
288 deInitDecoder();
310 status_t SoftHEVC::deInitDecoder() { function in class:android::SoftHEVC
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
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 227 milliseconds