Searched refs:isFormatSupported (Results 1 – 5 of 5) sorted by relevance
34 constexpr inline bool isFormatSupported(audio_format_t format) { in isFormatSupported() function82 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()
48 scanner.isFormatSupported(encoding); in LLVMFuzzerTestOneInput()
49 scanner.isFormatSupported(encoding); in LLVMFuzzerTestOneInput()
76 static bool isFormatSupported(audio_format_t format);
87 bool SPDIFEncoder::isFormatSupported(audio_format_t format) in isFormatSupported() function in android::SPDIFEncoder