Searched refs:initDecoder (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
H A DSoftAAC.h68 status_t initDecoder();
H A DSoftAAC.cpp53 CHECK_EQ(initDecoder(), (status_t)OK);
105 status_t SoftAAC::initDecoder() { function in class:android::SoftAAC
/frameworks/base/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h78 status_t initDecoder();
H A DSoftAMR.cpp61 CHECK_EQ(initDecoder(), (status_t)OK);
126 status_t SoftAMR::initDecoder() { function in class:android::SoftAMR
/frameworks/base/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.h71 void initDecoder();
H A DSoftMP3.cpp54 initDecoder();
110 void SoftMP3::initDecoder() { function in class:android::SoftMP3
/frameworks/base/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.h61 status_t initDecoder();
H A DSoftVPX.cpp52 CHECK_EQ(initDecoder(), (status_t)OK);
133 status_t SoftVPX::initDecoder() { function in class:android::SoftVPX
/frameworks/base/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.h69 status_t initDecoder();
H A DSoftVorbis.cpp59 CHECK_EQ(initDecoder(), (status_t)OK);
119 status_t SoftVorbis::initDecoder() { function in class:android::SoftVorbis
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h80 status_t initDecoder();
H A DSoftMPEG4.cpp87 CHECK_EQ(initDecoder(), (status_t)OK);
165 status_t SoftMPEG4::initDecoder() { function in class:android::SoftMPEG4
/frameworks/base/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.h94 status_t initDecoder();
H A DSoftAVC.cpp82 CHECK_EQ(initDecoder(), (status_t)OK);
162 status_t SoftAVC::initDecoder() { function in class:android::SoftAVC

Completed in 204 milliseconds