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

  /frameworks/av/services/audioflinger/
AudioResampler.h 32 // LOW_QUALITY: linear interpolator (1st order)
40 LOW_QUALITY=1,
AudioResampler.cpp 43 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:
test-resample.cpp 107 quality = AudioResampler::LOW_QUALITY;
AudioMixer.cpp 562 quality = AudioResampler::LOW_QUALITY;
    [all...]

Completed in 36 milliseconds