Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/flac/
DC2SoftFlacDec.h59 status_t initDecoder();
DC2SoftFlacDec.cpp113 status_t err = initDecoder(); in onInit()
141 status_t C2SoftFlacDec::initDecoder() { in initDecoder() function in android::C2SoftFlacDec
/hardware/google/av/media/codecs/amr_nb_wb/
DC2SoftAmrDec.h61 status_t initDecoder();
DC2SoftAmrDec.cpp144 status_t err = initDecoder(); in onInit()
184 status_t C2SoftAmrDec::initDecoder() { in initDecoder() function in android::C2SoftAmrDec
/hardware/google/av/media/codecs/vorbis/
DC2SoftVorbisDec.h62 status_t initDecoder();
DC2SoftVorbisDec.cpp122 status_t err = initDecoder(); in onInit()
142 return (initDecoder() == OK ? C2_OK : C2_CORRUPTED); in onStop()
163 status_t C2SoftVorbisDec::initDecoder() { in initDecoder() function in android::C2SoftVorbisDec
/hardware/google/av/media/codecs/opus/
DC2SoftOpusDec.h72 status_t initDecoder();
DC2SoftOpusDec.cpp116 status_t err = initDecoder(); in onInit()
147 status_t C2SoftOpusDec::initDecoder() { in initDecoder() function in android::C2SoftOpusDec
/hardware/google/av/media/codecs/mp3/
DC2SoftMp3Dec.h69 status_t initDecoder();
DC2SoftMp3Dec.cpp116 status_t err = initDecoder(); in onInit()
150 status_t C2SoftMP3::initDecoder() { in initDecoder() function in android::C2SoftMP3
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Dec.h51 status_t initDecoder();
DC2SoftMpeg4Dec.cpp257 status_t err = initDecoder(); in onInit()
318 status_t C2SoftMpeg4Dec::initDecoder() { in initDecoder() function in android::C2SoftMpeg4Dec
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxDec.h62 status_t initDecoder();
DC2SoftVpxDec.cpp282 status_t err = initDecoder(); in onInit()
300 (void)initDecoder(); in onReset()
341 status_t C2SoftVpxDec::initDecoder() { in initDecoder() function in android::C2SoftVpxDec
/hardware/google/av/media/codecs/aac/
DC2SoftAacDec.h77 status_t initDecoder();
DC2SoftAacDec.cpp253 status_t err = initDecoder(); in onInit()
290 status_t C2SoftAacDec::initDecoder() { in initDecoder() function in android::C2SoftAacDec
/hardware/google/av/media/codecs/xaac/
DC2SoftXaacDec.h103 IA_ERRORCODE initDecoder();
DC2SoftXaacDec.cpp276 IA_ERRORCODE err = initDecoder(); in onInit()
318 IA_ERRORCODE C2SoftXaacDec::initDecoder() { in initDecoder() function in android::C2SoftXaacDec
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.h74 status_t initDecoder();
DC2SoftHevcDec.cpp336 status_t err = initDecoder(); in onInit()
488 status_t C2SoftHevcDec::initDecoder() { in initDecoder() function in android::C2SoftHevcDec
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.h122 status_t initDecoder();
DC2SoftAvcDec.cpp342 status_t err = initDecoder(); in onInit()
490 status_t C2SoftAvcDec::initDecoder() { in initDecoder() function in android::C2SoftAvcDec
/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.h119 status_t initDecoder();
DC2SoftMpeg2Dec.cpp329 status_t err = initDecoder(); in onInit()
556 status_t C2SoftMpeg2Dec::initDecoder() { in initDecoder() function in android::C2SoftMpeg2Dec
739 status_t ret = initDecoder(); in reInitDecoder()