Home
last modified time | relevance | path

Searched refs:FLAC (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/module/codecs/common/include/
DvoIndex.h118 _MAKE_CODEC_ID (0x2D0000, FLAC)
/frameworks/av/media/module/extractors/fuzzers/
DREADME.md294 The fuzzer plugin for FLAC extractor uses the `ExtractorFuzzerBase` class and
295 implements only the `createExtractor` to create the FLAC extractor object.
298 Dict file (dictionary file) is created for FLAC to ensure that the required start
/frameworks/av/media/module/extractors/tests/
DExtractorUnitTest.cpp145 {"flac", FLAC}, in setupExtractor()
177 FLAC, enumerator
264 case FLAC: in createExtractor()
617 if (mExtractorName == FLAC || mExtractorName == WAV || mExtractorName == MIDI) { in TEST_P()