Searched refs:LOW_QUALITY (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioResampler.cpp43 AudioResampler(bitDepth, inChannelCount, sampleRate, LOW_QUALITY), mX0L(0), mX0R(0) {
84 case LOW_QUALITY:
120 case LOW_QUALITY:
166 case LOW_QUALITY:
170 quality = LOW_QUALITY;
187 case LOW_QUALITY:
H A DAudioResampler.h31 // LOW_QUALITY: linear interpolator (1st order)
39 LOW_QUALITY=1, enumerator in enum:android::AudioResampler::src_quality
H A Dtest-resample.cpp107 quality = AudioResampler::LOW_QUALITY;
H A DAudioMixer.cpp561 quality = AudioResampler::LOW_QUALITY;

Completed in 123 milliseconds