Searched refs:DYN_LOW_QUALITY (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/services/audioflinger/tests/
H A Dresampler_tests.cpp244 android::AudioResampler::DYN_LOW_QUALITY,
261 android::AudioResampler::DYN_LOW_QUALITY,
274 android::AudioResampler::DYN_LOW_QUALITY,
287 android::AudioResampler::DYN_LOW_QUALITY,
310 android::AudioResampler::DYN_LOW_QUALITY,
338 android::AudioResampler::DYN_LOW_QUALITY,
366 android::AudioResampler::DYN_LOW_QUALITY,
394 android::AudioResampler::DYN_LOW_QUALITY,
/frameworks/av/services/audioflinger/
H A DAudioResampler.cpp91 case DYN_LOW_QUALITY:
134 case DYN_LOW_QUALITY:
165 * and allowed to "throttle" down to DYN_LOW_QUALITY if necessary
199 case DYN_LOW_QUALITY:
203 quality = DYN_LOW_QUALITY;
236 case DYN_LOW_QUALITY:
268 const int maxChannels = quality < DYN_LOW_QUALITY ? 2 : 8;
H A DAudioResampler.h47 DYN_LOW_QUALITY=5, enumerator in enum:android::AudioResampler::src_quality
73 // Multichannel interleaved frames for n > 2 is supported for quality DYN_LOW_QUALITY,
H A Dtest-resample.cpp146 quality = AudioResampler::DYN_LOW_QUALITY;
182 || channels > (quality < AudioResampler::DYN_LOW_QUALITY ? 2 : 8)) {
186 if (useFloat && quality < AudioResampler::DYN_LOW_QUALITY) {
H A DAudioResamplerDyn.cpp320 } else if (mFilterQuality == DYN_LOW_QUALITY) {
H A DAudioMixer.cpp773 quality = AudioResampler::DYN_LOW_QUALITY;

Completed in 1793 milliseconds