Searched defs:initDecoder (Results 1 - 8 of 8) sorted by path

/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp64 CHECK_EQ(initDecoder(), (status_t)OK);
112 status_t SoftAAC2::initDecoder() { function in class:android::SoftAAC2
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp61 CHECK_EQ(initDecoder(), (status_t)OK);
126 status_t SoftAMR::initDecoder() { function in class:android::SoftAMR
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp87 CHECK_EQ(initDecoder(), (status_t)OK);
165 status_t SoftMPEG4::initDecoder() { function in class:android::SoftMPEG4
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp54 initDecoder();
110 void SoftMP3::initDecoder() { function in class:android::SoftMP3
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp52 CHECK_EQ(initDecoder(), (status_t)OK);
133 status_t SoftVPX::initDecoder() { function in class:android::SoftVPX
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp82 CHECK_EQ(initDecoder(), (status_t)OK);
162 status_t SoftAVC::initDecoder() { function in class:android::SoftAVC
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp47 CHECK_EQ(initDecoder(), (status_t)OK);
94 status_t SoftRaw::initDecoder() { function in class:android::SoftRaw
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp59 CHECK_EQ(initDecoder(), (status_t)OK);
119 status_t SoftVorbis::initDecoder() { function in class:android::SoftVorbis

Completed in 148 milliseconds