HomeSort by relevance Sort by last modified time
    Searched refs:deInitDecoder (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.h 101 status_t deInitDecoder();
SoftHEVC.cpp 92 CHECK_EQ(deInitDecoder(), (status_t)OK);
288 deInitDecoder();
310 status_t SoftHEVC::deInitDecoder() {
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.h 103 status_t deInitDecoder();
SoftAVCDec.cpp 135 CHECK_EQ(deInitDecoder(), (status_t)OK);
327 deInitDecoder();
349 status_t SoftAVC::deInitDecoder() {
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.h 112 status_t deInitDecoder();
SoftMPEG2.cpp 89 CHECK_EQ(deInitDecoder(), (status_t)OK);
412 status_t SoftMPEG2::deInitDecoder() {
443 deInitDecoder();
448 deInitDecoder();

Completed in 69 milliseconds