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 36 // MED_QUALITY: cubic interpolator (3rd order)
44 MED_QUALITY=2,
AudioResampler.cpp 87 case MED_QUALITY:
127 case MED_QUALITY:
189 case MED_QUALITY:
193 quality = MED_QUALITY;
220 case MED_QUALITY:
test-resample.cpp 140 quality = AudioResampler::MED_QUALITY;
  /frameworks/av/services/audioflinger/tests/
resampler_tests.cpp 241 android::AudioResampler::MED_QUALITY,
258 android::AudioResampler::MED_QUALITY,
307 //android::AudioResampler::MED_QUALITY,
335 //android::AudioResampler::MED_QUALITY,
363 //android::AudioResampler::MED_QUALITY,
391 //android::AudioResampler::MED_QUALITY,

Completed in 1101 milliseconds