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

1 2

  /frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.cpp 49 CHECK_EQ(initDecoder(), (status_t)OK);
96 status_t SoftRaw::initDecoder() {
  /frameworks/av/media/libstagefright/codecs/flac/dec/
SoftFlacDecoder.cpp 57 initDecoder();
107 void SoftFlacDecoder::initDecoder() {
108 ALOGV("initDecoder:");
111 ALOGE("initDecoder: failed to create FLACDecoder");
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp 56 initDecoder();
112 void SoftMP3::initDecoder() {
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp 61 CHECK_EQ(initDecoder(), (status_t)OK);
126 status_t SoftAMR::initDecoder() {
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 70 CHECK_EQ(initDecoder(), (status_t)OK);
82 status_t SoftMPEG4::initDecoder() {
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 63 CHECK_EQ(initDecoder(), (status_t)OK);
87 status_t SoftVPX::initDecoder() {
335 initDecoder();
  /frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.cpp 68 CHECK_EQ(initDecoder(), (status_t)OK);
126 status_t SoftOpus::initDecoder() {
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 65 CHECK_EQ(initDecoder(), (status_t)OK);
125 status_t SoftVorbis::initDecoder() {
  /hardware/google/av/media/codecs/amr_nb_wb/
C2SoftAmrDec.cpp 138 status_t err = initDecoder();
178 status_t C2SoftAmrDec::initDecoder() {
  /hardware/google/av/media/codecs/flac/
C2SoftFlacDec.cpp 107 status_t err = initDecoder();
132 status_t C2SoftFlacDec::initDecoder() {
138 ALOGE("initDecoder: failed to create FLACDecoder");
  /hardware/google/av/media/codecs/opus/
C2SoftOpusDec.cpp 110 status_t err = initDecoder();
141 status_t C2SoftOpusDec::initDecoder() {
  /hardware/google/av/media/codecs/vorbis/
C2SoftVorbisDec.cpp 116 status_t err = initDecoder();
136 return (initDecoder() == OK ? C2_OK : C2_CORRUPTED);
157 status_t C2SoftVorbisDec::initDecoder() {
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 251 status_t SoftAVC::initDecoder() {
485 if (OK != initDecoder()) {
  /hardware/google/av/media/codecs/mp3/
C2SoftMp3Dec.cpp 110 status_t err = initDecoder();
143 status_t C2SoftMP3::initDecoder() {
  /hardware/google/av/media/codecs/mpeg4_h263/
C2SoftMpeg4Dec.cpp 193 status_t err = initDecoder();
254 status_t C2SoftMpeg4Dec::initDecoder() {
  /hardware/google/av/media/codecs/vpx/
C2SoftVpxDec.cpp 176 status_t err = initDecoder();
194 (void)initDecoder();
235 status_t C2SoftVpxDec::initDecoder() {
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 86 CHECK_EQ(initDecoder(), (status_t)OK);
135 status_t SoftAAC2::initDecoder() {
136 ALOGV("initDecoder()");
441 // nDrcCut uses default platform properties, see initDecoder()
    [all...]
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 80 return initDecoder();
290 status_t SoftHEVC::initDecoder() {
481 if (OK != initDecoder()) {
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 255 status_t SoftMPEG2::initDecoder() {
446 ret = initDecoder();
599 if (OK != initDecoder()) {
  /frameworks/av/media/libstagefright/codecs/xaacdec/
SoftXAAC.cpp 113 CHECK_EQ(initDecoder(), (status_t)OK);
167 status_t SoftXAAC::initDecoder() {
471 // nDrcCut uses default platform properties, see initDecoder()
    [all...]
  /hardware/google/av/media/codecs/aac/
C2SoftAacDec.cpp 148 status_t err = initDecoder();
185 status_t C2SoftAacDec::initDecoder() {
186 ALOGV("initDecoder()");
    [all...]
  /hardware/google/av/media/codecs/avc/
C2SoftAvcDec.cpp 345 status_t err = initDecoder();
491 status_t C2SoftAvcDec::initDecoder() {
    [all...]
  /hardware/google/av/media/codecs/hevc/
C2SoftHevcDec.cpp 302 status_t err = initDecoder();
452 status_t C2SoftHevcDec::initDecoder() {
    [all...]
  /hardware/google/av/media/codecs/mpeg2/
C2SoftMpeg2Dec.cpp 265 status_t err = initDecoder();
490 status_t C2SoftMpeg2Dec::initDecoder() {
705 status_t ret = initDecoder();
    [all...]
  /hardware/google/av/media/codecs/xaac/
C2SoftXaacDec.cpp 164 status_t err = initDecoder();
204 status_t C2SoftXaacDec::initDecoder() {
205 ALOGV("initDecoder()");
    [all...]

Completed in 297 milliseconds

1 2