Home
last modified time | relevance | path

Searched refs:isFormatSupported (Results 1 – 5 of 5) sorted by relevance

/system/media/audio_utils/
Dpower.cpp34 constexpr inline bool isFormatSupported(audio_format_t format) { in isFormatSupported() function
82 static_assert(isFormatSupported(FORMAT), "unsupported format"); in convertToFloatAndIncrement()
110 static_assert(isFormatSupported(FORMAT), "unsupported format"); in normalizeAmplitude()
276 return isFormatSupported(format); in audio_utils_is_compute_power_format_supported()
/system/media/audio_utils/fuzz/dtsframescanner_fuzzer/
Ddtsframescanner_fuzzer.cpp48 scanner.isFormatSupported(encoding); in LLVMFuzzerTestOneInput()
/system/media/audio_utils/fuzz/ac3framescanner_fuzzer/
Dac3framescanner_fuzzer.cpp49 scanner.isFormatSupported(encoding); in LLVMFuzzerTestOneInput()
/system/media/audio_utils/include/audio_utils/spdif/
DSPDIFEncoder.h76 static bool isFormatSupported(audio_format_t format);
/system/media/audio_utils/spdif/
DSPDIFEncoder.cpp87 bool SPDIFEncoder::isFormatSupported(audio_format_t format) in isFormatSupported() function in android::SPDIFEncoder