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

  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.h 50 status_t initDecoder();
SoftVPX.cpp 49 CHECK_EQ(initDecoder(), (status_t)OK);
71 status_t SoftVPX::initDecoder() {
  /frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.h 55 status_t initDecoder();
SoftRaw.cpp 47 CHECK_EQ(initDecoder(), (status_t)OK);
94 status_t SoftRaw::initDecoder() {
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h 67 status_t initDecoder();
SoftMPEG4.cpp 77 CHECK_EQ(initDecoder(), (status_t)OK);
89 status_t SoftMPEG4::initDecoder() {
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.h 68 status_t initDecoder();
SoftAAC2.cpp 65 CHECK_EQ(initDecoder(), (status_t)OK);
113 status_t SoftAAC2::initDecoder() {
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.h 79 status_t initDecoder();
SoftAMR.cpp 61 CHECK_EQ(initDecoder(), (status_t)OK);
126 status_t SoftAMR::initDecoder() {