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

  /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/on2/dec/
SoftVPX.h 61 status_t initDecoder();
SoftVPX.cpp 52 CHECK_EQ(initDecoder(), (status_t)OK);
133 status_t SoftVPX::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 78 status_t initDecoder();
SoftAMR.cpp 61 CHECK_EQ(initDecoder(), (status_t)OK);
126 status_t SoftAMR::initDecoder() {
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h 80 status_t initDecoder();
SoftMPEG4.cpp 87 CHECK_EQ(initDecoder(), (status_t)OK);
165 status_t SoftMPEG4::initDecoder() {
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.h 72 void initDecoder();
SoftMP3.cpp 54 initDecoder();
110 void SoftMP3::initDecoder() {
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.h 70 status_t initDecoder();
SoftVorbis.cpp 59 CHECK_EQ(initDecoder(), (status_t)OK);
119 status_t SoftVorbis::initDecoder() {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.h 94 status_t initDecoder();
SoftAVC.cpp 82 CHECK_EQ(initDecoder(), (status_t)OK);
162 status_t SoftAVC::initDecoder() {

Completed in 273 milliseconds