Searched refs:createExtractor (Results 1 – 15 of 15) sorted by relevance
32 bool createExtractor();35 bool MIDIExtractor::createExtractor() { in createExtractor() function in MIDIExtractor
32 bool createExtractor();35 bool wavExtractor::createExtractor() { in createExtractor() function in wavExtractor
32 bool createExtractor();35 bool OGGExtractor::createExtractor() { in createExtractor() function in OGGExtractor
32 bool createExtractor();35 bool AacExtractor::createExtractor() { in createExtractor() function in AacExtractor
32 bool createExtractor();35 bool FlacExtractor::createExtractor() { in createExtractor() function in FlacExtractor
32 bool createExtractor();35 bool MKVExtractor::createExtractor() { in createExtractor() function in MKVExtractor
32 bool createExtractor();35 bool AmrExtractor::createExtractor() { in createExtractor() function in AmrExtractor
32 bool createExtractor();35 bool Mp3Extractor::createExtractor() { in createExtractor() function in Mp3Extractor
33 bool createExtractor();36 bool MP4Extractor::createExtractor() { in createExtractor() function in MP4Extractor
36 bool createExtractor();39 bool MPEG2Extractor::createExtractor() { in createExtractor() function in MPEG2Extractor
30 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 extractor237 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.
193 if (createExtractor()) { in processData()
51 int32_t createExtractor(bool createFromService, string inputMime);79 int32_t ExtractorFactoryTest::createExtractor(bool createFromService, string inputMime) { in createExtractor() function in ExtractorFactoryTest118 status = createExtractor(createFromService, inputMime); in TEST_P()
172 int32_t createExtractor();244 int32_t ExtractorUnitTest::createExtractor() { in createExtractor() function in ExtractorUnitTest386 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 …]
54 virtual bool createExtractor() = 0;