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

  /frameworks/av/services/audioflinger/
AudioResamplerCubic.h 32 AudioResampler(inChannelCount, sampleRate, MED_QUALITY) {
AudioResampler.h 34 // MED_QUALITY: cubic interpolator (3rd order)
42 MED_QUALITY=2,
AudioResampler.cpp 90 case MED_QUALITY:
130 case MED_QUALITY:
192 case MED_QUALITY:
196 quality = MED_QUALITY;
223 case MED_QUALITY:
test-resample.cpp 140 quality = AudioResampler::MED_QUALITY;
  /frameworks/av/services/audioflinger/tests/
resampler_tests.cpp 238 android::AudioResampler::MED_QUALITY,
255 android::AudioResampler::MED_QUALITY,
304 //android::AudioResampler::MED_QUALITY,
332 //android::AudioResampler::MED_QUALITY,
360 //android::AudioResampler::MED_QUALITY,
388 //android::AudioResampler::MED_QUALITY,

Completed in 977 milliseconds