Home
last modified time | relevance | path

Searched refs:PA_RESAMPLER_SRC_SINC_BEST_QUALITY (Results 1 - 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dresampler.h47 PA_RESAMPLER_SRC_SINC_BEST_QUALITY = 0, /* = SRC_SINC_BEST_QUALITY */ enumerator
H A Dresampler.c52 [PA_RESAMPLER_SRC_SINC_BEST_QUALITY] = pa_resampler_libsamplerate_init,
58 [PA_RESAMPLER_SRC_SINC_BEST_QUALITY] = NULL,
598 else if (r->method >= PA_RESAMPLER_SRC_SINC_BEST_QUALITY && r->method <= PA_RESAMPLER_SRC_SINC_FASTEST && r->i_ss.rate > r->o_ss.rate && r->i_ss.rate % r->o_ss.rate > 0 && (double)in_length * (double)r->o_ss.rate / (double)r->i_ss.rate - out_length <= 0) in pa_resampler_result()
/third_party/pulseaudio/src/modules/
H A Dmodule-virtual-surround-sink.c934 PA_RESAMPLER_SRC_SINC_BEST_QUALITY, PA_RESAMPLER_NO_REMAP); in pa__init()

Completed in 5 milliseconds