/hardware/google/av/media/codecs/flac/ |
D | C2SoftFlacDec.h | 59 status_t initDecoder();
|
D | C2SoftFlacDec.cpp | 113 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/ |
D | C2SoftAmrDec.h | 61 status_t initDecoder();
|
D | C2SoftAmrDec.cpp | 144 status_t err = initDecoder(); in onInit() 184 status_t C2SoftAmrDec::initDecoder() { in initDecoder() function in android::C2SoftAmrDec
|
/hardware/google/av/media/codecs/vorbis/ |
D | C2SoftVorbisDec.h | 62 status_t initDecoder();
|
D | C2SoftVorbisDec.cpp | 122 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/ |
D | C2SoftOpusDec.h | 72 status_t initDecoder();
|
D | C2SoftOpusDec.cpp | 116 status_t err = initDecoder(); in onInit() 147 status_t C2SoftOpusDec::initDecoder() { in initDecoder() function in android::C2SoftOpusDec
|
/hardware/google/av/media/codecs/mp3/ |
D | C2SoftMp3Dec.h | 69 status_t initDecoder();
|
D | C2SoftMp3Dec.cpp | 116 status_t err = initDecoder(); in onInit() 150 status_t C2SoftMP3::initDecoder() { in initDecoder() function in android::C2SoftMP3
|
/hardware/google/av/media/codecs/mpeg4_h263/ |
D | C2SoftMpeg4Dec.h | 51 status_t initDecoder();
|
D | C2SoftMpeg4Dec.cpp | 257 status_t err = initDecoder(); in onInit() 318 status_t C2SoftMpeg4Dec::initDecoder() { in initDecoder() function in android::C2SoftMpeg4Dec
|
/hardware/google/av/media/codecs/vpx/ |
D | C2SoftVpxDec.h | 62 status_t initDecoder();
|
D | C2SoftVpxDec.cpp | 282 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/ |
D | C2SoftAacDec.h | 77 status_t initDecoder();
|
D | C2SoftAacDec.cpp | 253 status_t err = initDecoder(); in onInit() 290 status_t C2SoftAacDec::initDecoder() { in initDecoder() function in android::C2SoftAacDec
|
/hardware/google/av/media/codecs/xaac/ |
D | C2SoftXaacDec.h | 103 IA_ERRORCODE initDecoder();
|
D | C2SoftXaacDec.cpp | 276 IA_ERRORCODE err = initDecoder(); in onInit() 318 IA_ERRORCODE C2SoftXaacDec::initDecoder() { in initDecoder() function in android::C2SoftXaacDec
|
/hardware/google/av/media/codecs/hevc/ |
D | C2SoftHevcDec.h | 74 status_t initDecoder();
|
D | C2SoftHevcDec.cpp | 336 status_t err = initDecoder(); in onInit() 488 status_t C2SoftHevcDec::initDecoder() { in initDecoder() function in android::C2SoftHevcDec
|
/hardware/google/av/media/codecs/avc/ |
D | C2SoftAvcDec.h | 122 status_t initDecoder();
|
D | C2SoftAvcDec.cpp | 342 status_t err = initDecoder(); in onInit() 490 status_t C2SoftAvcDec::initDecoder() { in initDecoder() function in android::C2SoftAvcDec
|
/hardware/google/av/media/codecs/mpeg2/ |
D | C2SoftMpeg2Dec.h | 119 status_t initDecoder();
|
D | C2SoftMpeg2Dec.cpp | 329 status_t err = initDecoder(); in onInit() 556 status_t C2SoftMpeg2Dec::initDecoder() { in initDecoder() function in android::C2SoftMpeg2Dec 739 status_t ret = initDecoder(); in reInitDecoder()
|