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

1 2

  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.h 66 status_t initDecoder();
SoftVPX.cpp 61 CHECK_EQ(initDecoder(), (status_t)OK);
81 status_t SoftVPX::initDecoder() {
306 initDecoder();
  /frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.h 57 status_t initDecoder();
SoftRaw.cpp 49 CHECK_EQ(initDecoder(), (status_t)OK);
96 status_t SoftRaw::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() {
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h 67 status_t initDecoder();
SoftMPEG4.cpp 78 CHECK_EQ(initDecoder(), (status_t)OK);
90 status_t SoftMPEG4::initDecoder() {
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.h 74 void initDecoder();
SoftMP3.cpp 56 initDecoder();
112 void SoftMP3::initDecoder() {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.h 72 status_t initDecoder();
SoftAVC.cpp 73 CHECK_EQ(initDecoder(), (status_t)OK);
94 status_t SoftAVC::initDecoder() {
  /frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.h 86 status_t initDecoder();
SoftOpus.cpp 67 CHECK_EQ(initDecoder(), (status_t)OK);
125 status_t SoftOpus::initDecoder() {
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.h 73 status_t initDecoder();
SoftVorbis.cpp 62 CHECK_EQ(initDecoder(), (status_t)OK);
122 status_t SoftVorbis::initDecoder() {
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.h 75 status_t initDecoder();
SoftAAC2.cpp 82 CHECK_EQ(initDecoder(), (status_t)OK);
131 status_t SoftAAC2::initDecoder() {
132 ALOGV("initDecoder()");
381 // nDrcCut uses default platform properties, see initDecoder()
    [all...]
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.h 100 status_t initDecoder();
SoftHEVC.cpp 87 return initDecoder();
255 status_t SoftHEVC::initDecoder() {
446 if (OK != initDecoder()) {
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9HWR.h 96 OMX_ERRORTYPE initDecoder();
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.h 102 status_t initDecoder();
SoftAVCDec.cpp 294 status_t SoftAVC::initDecoder() {
484 if (OK != initDecoder()) {
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.h 111 status_t initDecoder();
SoftMPEG2.cpp 85 CHECK_EQ(initDecoder(), (status_t)OK);
255 status_t SoftMPEG2::initDecoder() {
445 ret = initDecoder();

Completed in 334 milliseconds

1 2