Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:quality

336     // for high quality resampler, the parameters for coefficients are compile-time constants
345 // for very high quality resampler, the parameters are load-time constants
453 int inChannelCount, int32_t sampleRate, src_quality quality)
454 : AudioResampler(bitDepth, inChannelCount, sampleRate, quality),
481 mConstants = (quality == VERY_HIGH_QUALITY) ?