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

  /frameworks/av/services/audioflinger/tests/
resampler_tests.cpp 245 android::AudioResampler::DYN_MED_QUALITY,
262 android::AudioResampler::DYN_MED_QUALITY,
275 android::AudioResampler::DYN_MED_QUALITY,
288 android::AudioResampler::DYN_MED_QUALITY,
311 android::AudioResampler::DYN_MED_QUALITY,
339 android::AudioResampler::DYN_MED_QUALITY,
367 android::AudioResampler::DYN_MED_QUALITY,
395 android::AudioResampler::DYN_MED_QUALITY,
  /frameworks/av/services/audioflinger/
AudioResampler.h 48 DYN_MED_QUALITY=6,
78 // DYN_MED_QUALITY, and DYN_HIGH_QUALITY.
AudioResampler.cpp 91 case DYN_MED_QUALITY:
135 case DYN_MED_QUALITY:
163 * has not been set, the target resampler quality is set to DYN_MED_QUALITY,
169 quality = DYN_MED_QUALITY;
201 case DYN_MED_QUALITY:
205 quality = DYN_MED_QUALITY;
236 case DYN_MED_QUALITY:
test-resample.cpp 148 quality = AudioResampler::DYN_MED_QUALITY;

Completed in 1384 milliseconds