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

  /frameworks/av/media/libaudioprocessing/tests/
resampler_tests.cpp 259 android::AudioResampler::DYN_HIGH_QUALITY)));
319 android::AudioResampler::DYN_HIGH_QUALITY,
336 android::AudioResampler::DYN_HIGH_QUALITY,
349 android::AudioResampler::DYN_HIGH_QUALITY,
362 android::AudioResampler::DYN_HIGH_QUALITY,
385 android::AudioResampler::DYN_HIGH_QUALITY,
413 android::AudioResampler::DYN_HIGH_QUALITY,
441 android::AudioResampler::DYN_HIGH_QUALITY,
469 android::AudioResampler::DYN_HIGH_QUALITY,
497 android::AudioResampler::DYN_HIGH_QUALITY,
    [all...]
test-resampler.cpp 150 quality = AudioResampler::DYN_HIGH_QUALITY;
  /frameworks/av/media/libaudioprocessing/
AudioResampler.cpp 96 case DYN_HIGH_QUALITY:
117 if (defaultQuality < DEFAULT_QUALITY || defaultQuality > DYN_HIGH_QUALITY) {
141 case DYN_HIGH_QUALITY:
208 case DYN_HIGH_QUALITY:
241 case DYN_HIGH_QUALITY:
248 if (quality == DYN_HIGH_QUALITY) {
AudioResamplerDyn.cpp 386 if (mFilterQuality == DYN_HIGH_QUALITY) {
  /frameworks/av/media/libaudioprocessing/include/media/
AudioResampler.h 49 DYN_HIGH_QUALITY=7,
74 // DYN_MED_QUALITY, and DYN_HIGH_QUALITY.

Completed in 183 milliseconds