HomeSort by relevance Sort by last modified time
    Searched refs:DYN_LOW_QUALITY (Results 1 - 6 of 6) sorted by null

  /frameworks/av/services/audioflinger/tests/
resampler_tests.cpp 244 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/
AudioResampler.h 47 DYN_LOW_QUALITY=5,
77 // Multichannel interleaved frames for n > 2 is supported for quality DYN_LOW_QUALITY,
AudioResampler.cpp 90 case DYN_LOW_QUALITY:
133 case DYN_LOW_QUALITY:
164 * and allowed to "throttle" down to DYN_LOW_QUALITY if necessary
198 case DYN_LOW_QUALITY:
202 quality = DYN_LOW_QUALITY;
235 case DYN_LOW_QUALITY:
267 const int maxChannels = quality < DYN_LOW_QUALITY ? 2 : 8;
test-resample.cpp 146 quality = AudioResampler::DYN_LOW_QUALITY;
182 || channels > (quality < AudioResampler::DYN_LOW_QUALITY ? 2 : 8)) {
186 if (useFloat && quality < AudioResampler::DYN_LOW_QUALITY) {
AudioResamplerDyn.cpp 321 } else if (mFilterQuality == DYN_LOW_QUALITY) {
AudioMixer.cpp 775 quality = AudioResampler::DYN_LOW_QUALITY;
    [all...]

Completed in 71 milliseconds