Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dresampler.c73 [PA_RESAMPLER_SPEEX_FIXED_BASE+0] = pa_resampler_speex_init,
74 [PA_RESAMPLER_SPEEX_FIXED_BASE+1] = pa_resampler_speex_init,
75 [PA_RESAMPLER_SPEEX_FIXED_BASE+2] = pa_resampler_speex_init,
76 [PA_RESAMPLER_SPEEX_FIXED_BASE+3] = pa_resampler_speex_init,
77 [PA_RESAMPLER_SPEEX_FIXED_BASE+4] = pa_resampler_speex_init,
78 [PA_RESAMPLER_SPEEX_FIXED_BASE+5] = pa_resampler_speex_init,
79 [PA_RESAMPLER_SPEEX_FIXED_BASE+6] = pa_resampler_speex_init,
80 [PA_RESAMPLER_SPEEX_FIXED_BASE+7] = pa_resampler_speex_init,
81 [PA_RESAMPLER_SPEEX_FIXED_BASE+8] = pa_resampler_speex_init,
82 [PA_RESAMPLER_SPEEX_FIXED_BASE+9] = pa_resampler_speex_init,
[all …]
Dresampler.h55 PA_RESAMPLER_SPEEX_FIXED_BASE, enumerator
56 PA_RESAMPLER_SPEEX_FIXED_MAX = PA_RESAMPLER_SPEEX_FIXED_BASE + 10,
/third_party/pulseaudio/src/pulsecore/resampler/
Dspeex.c158 if (r->method >= PA_RESAMPLER_SPEEX_FIXED_BASE && r->method <= PA_RESAMPLER_SPEEX_FIXED_MAX) { in pa_resampler_speex_init()
160 q = r->method - PA_RESAMPLER_SPEEX_FIXED_BASE; in pa_resampler_speex_init()