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

/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.h55 status_t initDecoder();
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/amrnb/dec/
H A DSoftAMR.h79 status_t initDecoder();
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.h67 status_t initDecoder();
H A DSoftMPEG4.cpp78 CHECK_EQ(initDecoder(), (status_t)OK);
90 status_t SoftMPEG4::initDecoder() { function in class:android::SoftMPEG4
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.h74 void initDecoder();
H A DSoftMP3.cpp56 initDecoder();
112 void SoftMP3::initDecoder() { function in class:android::SoftMP3
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.h66 status_t initDecoder();
H A DSoftVPX.cpp53 CHECK_EQ(initDecoder(), (status_t)OK);
73 status_t SoftVPX::initDecoder() { function in class:android::SoftVPX
275 initDecoder();
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.h72 status_t initDecoder();
H A DSoftAVC.cpp73 CHECK_EQ(initDecoder(), (status_t)OK);
94 status_t SoftAVC::initDecoder() { function in class:android::SoftAVC
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.h72 status_t initDecoder();
H A DSoftVorbis.cpp61 CHECK_EQ(initDecoder(), (status_t)OK);
121 status_t SoftVorbis::initDecoder() { function in class:android::SoftVorbis
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.h75 status_t initDecoder();
H A DSoftAAC2.cpp73 CHECK_EQ(initDecoder(), (status_t)OK);
122 status_t SoftAAC2::initDecoder() { function in class:android::SoftAAC2
123 ALOGV("initDecoder()");
324 // nDrcCut uses default platform properties, see initDecoder()
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.h86 status_t initDecoder();
H A DSoftOpus.cpp67 CHECK_EQ(initDecoder(), (status_t)OK);
125 status_t SoftOpus::initDecoder() { function in class:android::SoftOpus
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h106 status_t initDecoder();
H A DSoftHEVC.cpp87 return initDecoder();
245 status_t SoftHEVC::initDecoder() { function in class:android::SoftHEVC
456 ret = initDecoder();
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.h110 status_t initDecoder();
H A DSoftMPEG2.cpp84 CHECK_EQ(initDecoder(), (status_t)OK);
252 status_t SoftMPEG2::initDecoder() { function in class:android::SoftMPEG2
440 ret = initDecoder();
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.h110 status_t initDecoder(uint32_t width, uint32_t height);
H A DSoftAVCDec.cpp136 CHECK_EQ(initDecoder(mWidth, mHeight), (status_t)OK);
290 status_t SoftAVC::initDecoder(uint32_t width, uint32_t height) { function in class:android::SoftAVC
506 ret = initDecoder(width, height);

Completed in 246 milliseconds