Home
last modified time | relevance | path

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

123

/frameworks/av/media/libstagefright/codecs/amrnb/fuzzer/
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()
/frameworks/av/media/libstagefright/codecs/amrwb/fuzzer/
Damrwb_dec_fuzzer.cpp38 bool initDecoder();
48 bool Codec::initDecoder() { in initDecoder() function in Codec
105 if (codec->initDecoder()) { in LLVMFuzzerTestOneInput()
/frameworks/av/media/libstagefright/codecs/mp3dec/fuzzer/
Dmp3_dec_fuzzer.cpp156 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/
Dmpeg4_h263_dec_fuzzer.cpp44 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/
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()
/frameworks/av/media/libstagefright/codecs/on2/dec/
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()
DSoftVPX.h74 status_t initDecoder();
/frameworks/av/media/libstagefright/codecs/raw/
DSoftRaw.h57 status_t initDecoder();
DSoftRaw.cpp49 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/
DSoftMPEG4.h67 status_t initDecoder();
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrDec.h61 status_t initDecoder();
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacDec.h59 status_t initDecoder();
/frameworks/av/media/codec2/components/vorbis/
DC2SoftVorbisDec.h62 status_t initDecoder();
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
/frameworks/av/media/codec2/components/opus/
DC2SoftOpusDec.h62 status_t initDecoder();
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
DSoftVorbis.h73 status_t initDecoder();
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DSoftAMR.h79 status_t initDecoder();
/frameworks/av/media/libstagefright/codecs/mp3dec/
DSoftMP3.h74 void initDecoder();
/frameworks/av/media/libstagefright/codecs/flac/dec/
DSoftFlacDecoder.h72 void initDecoder();
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.h69 status_t initDecoder();
/frameworks/av/media/libstagefright/codecs/opus/dec/
DSoftOpus.h87 status_t initDecoder();
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.h51 status_t initDecoder();
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.h75 status_t initDecoder();
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.h62 bool initDecoder();
/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.h101 status_t initDecoder();

123