Searched refs:PA_RESAMPLER_SPEEX_FIXED_BASE (Results 1 - 3 of 3) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | resampler.c | 77 [PA_RESAMPLER_SPEEX_FIXED_BASE+0] = pa_resampler_speex_init, 78 [PA_RESAMPLER_SPEEX_FIXED_BASE+1] = pa_resampler_speex_init, 79 [PA_RESAMPLER_SPEEX_FIXED_BASE+2] = pa_resampler_speex_init, 80 [PA_RESAMPLER_SPEEX_FIXED_BASE+3] = pa_resampler_speex_init, 81 [PA_RESAMPLER_SPEEX_FIXED_BASE+4] = pa_resampler_speex_init, 82 [PA_RESAMPLER_SPEEX_FIXED_BASE+5] = pa_resampler_speex_init, 83 [PA_RESAMPLER_SPEEX_FIXED_BASE+6] = pa_resampler_speex_init, 84 [PA_RESAMPLER_SPEEX_FIXED_BASE+7] = pa_resampler_speex_init, 85 [PA_RESAMPLER_SPEEX_FIXED_BASE+8] = pa_resampler_speex_init, 86 [PA_RESAMPLER_SPEEX_FIXED_BASE [all...] |
H A D | resampler.h | 55 PA_RESAMPLER_SPEEX_FIXED_BASE, enumerator 56 PA_RESAMPLER_SPEEX_FIXED_MAX = PA_RESAMPLER_SPEEX_FIXED_BASE + 10,
|
/third_party/pulseaudio/src/pulsecore/resampler/ |
H A D | speex.c | 159 if (r->method >= PA_RESAMPLER_SPEEX_FIXED_BASE && r->method <= PA_RESAMPLER_SPEEX_FIXED_MAX) { in pa_resampler_speex_init() 161 q = r->method - PA_RESAMPLER_SPEEX_FIXED_BASE; in pa_resampler_speex_init()
|
Completed in 3 milliseconds