Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/tests/
Dcpu-mix-test.c154 orig_func = pa_get_mix_func(PA_SAMPLE_S16NE); in START_TEST()
158 special_func = pa_get_mix_func(PA_SAMPLE_S16NE); in START_TEST()
183 orig_func = pa_get_mix_func(PA_SAMPLE_S16NE); in START_TEST()
185 neon_func = pa_get_mix_func(PA_SAMPLE_S16NE); in START_TEST()
/third_party/pulseaudio/src/pulsecore/
Dmix.h54 pa_do_mix_func_t pa_get_mix_func(pa_sample_format_t f);
Dmix_neon.c221 fallback = pa_get_mix_func(PA_SAMPLE_S16NE); in pa_mix_func_init_neon()
Dmix.c655 pa_do_mix_func_t pa_get_mix_func(pa_sample_format_t f) { in pa_get_mix_func() function