Home
last modified time | relevance | path

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

123

/aosp12/frameworks/av/media/codecs/amrnb/fuzzer/
H A Damrnb_dec_fuzzer.cpp38 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()
/aosp12/frameworks/av/media/codecs/amrwb/dec/fuzzer/
H A Damrwb_dec_fuzzer.cpp38 bool initDecoder();
48 bool Codec::initDecoder() { in initDecoder() function in Codec
105 if (codec->initDecoder()) { in LLVMFuzzerTestOneInput()
/aosp12/frameworks/av/media/codecs/m4v_h263/fuzzer/
H A Dmpeg4_h263_dec_fuzzer.cpp44 bool initDecoder();
70 bool Codec::initDecoder() { in initDecoder() function in Codec
200 if (codec->initDecoder()) { in LLVMFuzzerTestOneInput()
/aosp12/frameworks/av/media/codecs/mp3dec/fuzzer/
H A Dmp3_dec_fuzzer.cpp156 bool initDecoder();
165 bool Codec::initDecoder() { in initDecoder() function in Codec
232 if (codec->initDecoder()) { in LLVMFuzzerTestOneInput()
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/test/
H A DMpeg4H263DecoderTest.cpp79 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()
/aosp12/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp64 CHECK_EQ(initDecoder(), (status_t)OK); in SoftVPX()
92 status_t SoftVPX::initDecoder() { in initDecoder() function in android::SoftVPX
351 initDecoder(); in onReset()
H A DSoftVPX.h74 status_t initDecoder();
/aosp12/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.h57 status_t initDecoder();
H A DSoftRaw.cpp49 CHECK_EQ(initDecoder(), (status_t)OK); in SoftRaw()
96 status_t SoftRaw::initDecoder() { in initDecoder() function in android::SoftRaw
/aosp12/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h67 status_t initDecoder();
/aosp12/frameworks/av/media/codec2/components/flac/
H A DC2SoftFlacDec.h59 status_t initDecoder();
/aosp12/frameworks/av/media/codec2/components/amr_nb_wb/
H A DC2SoftAmrDec.h64 status_t initDecoder();
/aosp12/frameworks/av/media/codec2/components/vorbis/
H A DC2SoftVorbisDec.h62 status_t initDecoder();
H A DC2SoftVorbisDec.cpp115 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
/aosp12/frameworks/av/media/codec2/components/opus/
H A DC2SoftOpusDec.h62 status_t initDecoder();
/aosp12/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.h73 status_t initDecoder();
/aosp12/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h82 status_t initDecoder();
/aosp12/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.h74 void initDecoder();
/aosp12/frameworks/av/media/libstagefright/codecs/flac/dec/
H A DSoftFlacDecoder.h72 void initDecoder();
/aosp12/frameworks/av/media/codec2/components/mp3/
H A DC2SoftMp3Dec.h69 status_t initDecoder();
/aosp12/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.h89 status_t initDecoder();
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A DC2SoftMpeg4Dec.h51 status_t initDecoder();
/aosp12/frameworks/av/media/codec2/components/gav1/
H A DC2SoftGav1Dec.h62 bool initDecoder();
/aosp12/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h101 status_t initDecoder();
/aosp12/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.h75 status_t initDecoder();

123