Searched defs:initDecoder (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp56 initDecoder();
112 void SoftMP3::initDecoder() { function in class:android::SoftMP3
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp49 CHECK_EQ(initDecoder(), (status_t)OK);
96 status_t SoftRaw::initDecoder() { function in class:android::SoftRaw
/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/flac/dec/
H A DSoftFlacDecoder.cpp57 initDecoder();
107 void SoftFlacDecoder::initDecoder() { function in class:android::SoftFlacDecoder
108 ALOGV("initDecoder:");
111 ALOGE("initDecoder: failed to create FLACDecoder");
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp70 CHECK_EQ(initDecoder(), (status_t)OK);
82 status_t SoftMPEG4::initDecoder() { function in class:android::SoftMPEG4
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp63 CHECK_EQ(initDecoder(), (status_t)OK);
87 status_t SoftVPX::initDecoder() { function in class:android::SoftVPX
335 initDecoder();
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp68 CHECK_EQ(initDecoder(), (status_t)OK);
126 status_t SoftOpus::initDecoder() { function in class:android::SoftOpus
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp65 CHECK_EQ(initDecoder(), (status_t)OK);
125 status_t SoftVorbis::initDecoder() { function in class:android::SoftVorbis
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp86 CHECK_EQ(initDecoder(), (status_t)OK);
135 status_t SoftAAC2::initDecoder() { function in class:android::SoftAAC2
136 ALOGV("initDecoder()");
441 // nDrcCut uses default platform properties, see initDecoder()
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp251 status_t SoftAVC::initDecoder() { function in class:android::SoftAVC
485 if (OK != initDecoder()) {
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp80 return initDecoder();
290 status_t SoftHEVC::initDecoder() { function in class:android::SoftHEVC
481 if (OK != initDecoder()) {
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp255 status_t SoftMPEG2::initDecoder() { function in class:android::SoftMPEG2
446 ret = initDecoder();
599 if (OK != initDecoder()) {
/frameworks/av/media/libstagefright/codecs/xaacdec/
H A DSoftXAAC.cpp113 CHECK_EQ(initDecoder(), (status_t)OK);
167 status_t SoftXAAC::initDecoder() { function in class:android::SoftXAAC
471 // nDrcCut uses default platform properties, see initDecoder()

Completed in 158 milliseconds