/frameworks/av/media/libstagefright/codecs/amrnb/fuzzer/ |
D | amrnb_dec_fuzzer.cpp | 38 int16_t initDecoder(); 46 int16_t Codec::initDecoder() { return GSMInitDecode(&mAmrHandle, (Word8 *)"AMRNBDecoder"); } in initDecoder() function in Codec 91 if (codec->initDecoder() == 0) { in LLVMFuzzerTestOneInput()
|
/frameworks/av/media/libstagefright/codecs/amrwb/fuzzer/ |
D | amrwb_dec_fuzzer.cpp | 38 bool initDecoder(); 48 bool Codec::initDecoder() { in initDecoder() function in Codec 105 if (codec->initDecoder()) { in LLVMFuzzerTestOneInput()
|
/frameworks/av/media/libstagefright/codecs/mp3dec/fuzzer/ |
D | mp3_dec_fuzzer.cpp | 156 bool initDecoder(); 165 bool Codec::initDecoder() { in initDecoder() function in Codec 232 if (codec->initDecoder()) { in LLVMFuzzerTestOneInput()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/fuzzer/ |
D | mpeg4_h263_dec_fuzzer.cpp | 44 bool initDecoder(); 70 bool Codec::initDecoder() { in initDecoder() function in Codec 200 if (codec->initDecoder()) { in LLVMFuzzerTestOneInput()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/test/ |
D | Mpeg4H263DecoderTest.cpp | 79 status_t initDecoder(); 98 status_t Mpeg4H263DecoderTest::initDecoder() { in initDecoder() function in Mpeg4H263DecoderTest 331 status_t err = initDecoder(); in TEST_P() 360 status_t err = initDecoder(); in TEST_P()
|
/frameworks/av/media/libstagefright/codecs/on2/dec/ |
D | SoftVPX.cpp | 64 CHECK_EQ(initDecoder(), (status_t)OK); in SoftVPX() 92 status_t SoftVPX::initDecoder() { in initDecoder() function in android::SoftVPX 351 initDecoder(); in onReset()
|
D | SoftVPX.h | 74 status_t initDecoder();
|
/frameworks/av/media/libstagefright/codecs/raw/ |
D | SoftRaw.h | 57 status_t initDecoder();
|
D | SoftRaw.cpp | 49 CHECK_EQ(initDecoder(), (status_t)OK); in SoftRaw() 96 status_t SoftRaw::initDecoder() { in initDecoder() function in android::SoftRaw
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
D | SoftMPEG4.h | 67 status_t initDecoder();
|
/frameworks/av/media/codec2/components/amr_nb_wb/ |
D | C2SoftAmrDec.h | 61 status_t initDecoder();
|
/frameworks/av/media/codec2/components/flac/ |
D | C2SoftFlacDec.h | 59 status_t initDecoder();
|
/frameworks/av/media/codec2/components/vorbis/ |
D | C2SoftVorbisDec.h | 62 status_t initDecoder();
|
D | C2SoftVorbisDec.cpp | 115 status_t err = initDecoder(); in onInit() 135 return (initDecoder() == OK ? C2_OK : C2_CORRUPTED); in onStop() 156 status_t C2SoftVorbisDec::initDecoder() { in initDecoder() function in android::C2SoftVorbisDec
|
/frameworks/av/media/codec2/components/opus/ |
D | C2SoftOpusDec.h | 62 status_t initDecoder();
|
/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
D | SoftVorbis.h | 73 status_t initDecoder();
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/ |
D | SoftAMR.h | 79 status_t initDecoder();
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
D | SoftMP3.h | 74 void initDecoder();
|
/frameworks/av/media/libstagefright/codecs/flac/dec/ |
D | SoftFlacDecoder.h | 72 void initDecoder();
|
/frameworks/av/media/codec2/components/mp3/ |
D | C2SoftMp3Dec.h | 69 status_t initDecoder();
|
/frameworks/av/media/libstagefright/codecs/opus/dec/ |
D | SoftOpus.h | 87 status_t initDecoder();
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.h | 51 status_t initDecoder();
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
D | SoftAAC2.h | 75 status_t initDecoder();
|
/frameworks/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.h | 62 bool initDecoder();
|
/frameworks/av/media/libstagefright/codecs/hevcdec/ |
D | SoftHEVC.h | 101 status_t initDecoder();
|