Home
last modified time | relevance | path

Searched refs:rate_b (Results 1 – 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dresampler.c146 const uint32_t rate_a, const uint32_t rate_b) { in choose_auto_resampler() argument
150 (rate_a > AUDIO_HIGH_QUALITY_RATE) && (rate_a != rate_b)) { in choose_auto_resampler()
163 const uint32_t rate_b) { in fix_method() argument
166 pa_assert(pa_sample_rate_valid(rate_b)); in fix_method()
170 if (!(flags & PA_RESAMPLER_VARIABLE_RATE) && rate_a == rate_b) { in fix_method()
182 if (rate_a != rate_b) { in fix_method()
198 if (rate_a < rate_b) { in fix_method()
209 method = choose_auto_resampler(flags, rate_a, rate_b); in fix_method()