Home
last modified time | relevance | path

Searched refs:createExtractor (Results 1 – 15 of 15) sorted by relevance

/frameworks/av/media/module/extractors/fuzzers/
Dmidi_extractor_fuzzer.cpp32 bool createExtractor();
35 bool MIDIExtractor::createExtractor() { in createExtractor() function in MIDIExtractor
Dwav_extractor_fuzzer.cpp32 bool createExtractor();
35 bool wavExtractor::createExtractor() { in createExtractor() function in wavExtractor
Dogg_extractor_fuzzer.cpp32 bool createExtractor();
35 bool OGGExtractor::createExtractor() { in createExtractor() function in OGGExtractor
Daac_extractor_fuzzer.cpp32 bool createExtractor();
35 bool AacExtractor::createExtractor() { in createExtractor() function in AacExtractor
Dflac_extractor_fuzzer.cpp32 bool createExtractor();
35 bool FlacExtractor::createExtractor() { in createExtractor() function in FlacExtractor
Dmkv_extractor_fuzzer.cpp32 bool createExtractor();
35 bool MKVExtractor::createExtractor() { in createExtractor() function in MKVExtractor
Damr_extractor_fuzzer.cpp32 bool createExtractor();
35 bool AmrExtractor::createExtractor() { in createExtractor() function in AmrExtractor
Dmp3_extractor_fuzzer.cpp32 bool createExtractor();
35 bool Mp3Extractor::createExtractor() { in createExtractor() function in Mp3Extractor
Dmp4_extractor_fuzzer.cpp33 bool createExtractor();
36 bool MP4Extractor::createExtractor() { in createExtractor() function in MP4Extractor
Dmpeg2_extractor_fuzzer.cpp36 bool createExtractor();
39 bool MPEG2Extractor::createExtractor() { in createExtractor() function in MPEG2Extractor
DREADME.md30 implements only the `createExtractor` to create the MP4 extractor class.
65 implements only the `createExtractor` to create the WAV extractor class.
94 implements only the `createExtractor` to create the AMR extractor class.
128 implements only the `createExtractor` to create the MKV extractor class.
162 implements only the `createExtractor` to create the OGG extractor object.
196 implement only the `createExtractor` to create the MPEG2-PS or MPEG2-TS extractor
237 implements only the `createExtractor` to create the MP3 extractor class.
266 implements only the `createExtractor` to create the AAC extractor class.
295 implements only the `createExtractor` to create the FLAC extractor object.
329 implements only the `createExtractor` to create the MIDI extractor class.
DExtractorFuzzerBase.cpp193 if (createExtractor()) { in processData()
/frameworks/av/media/libstagefright/tests/extractorFactory/
DExtractorFactoryTest.cpp51 int32_t createExtractor(bool createFromService, string inputMime);
79 int32_t ExtractorFactoryTest::createExtractor(bool createFromService, string inputMime) { in createExtractor() function in ExtractorFactoryTest
118 status = createExtractor(createFromService, inputMime); in TEST_P()
/frameworks/av/media/module/extractors/tests/
DExtractorUnitTest.cpp172 int32_t createExtractor();
244 int32_t ExtractorUnitTest::createExtractor() { in createExtractor() function in ExtractorUnitTest
386 status = createExtractor(); in TEST_P()
409 status = createExtractor(); in TEST_P()
460 status = createExtractor(); in TEST_P()
538 status = createExtractor(); in TEST_P()
582 status = createExtractor(); in TEST_P()
755 status = createExtractor(); in TEST_P()
845 status = createExtractor(); in TEST_P()
893 status = createExtractor(); in TEST_P()
[all …]
/frameworks/av/media/module/extractors/fuzzers/include/
DExtractorFuzzerBase.h54 virtual bool createExtractor() = 0;