Lines Matching defs:orig_func
52 pa_do_mix_func_t orig_func,
107 orig_func(m, 2, channels, samples_ref, nsamples * sizeof(int16_t));
137 orig_func(m, 2, channels, samples_ref, nsamples * sizeof(int16_t));
150 pa_do_mix_func_t orig_func, special_func;
154 orig_func = pa_get_mix_func(PA_SAMPLE_S16NE);
161 run_mix_test(special_func, orig_func, 7, 2, true, true);
164 run_mix_test(special_func, orig_func, 7, 4, true, true);
167 run_mix_test(special_func, orig_func, 7, 1, true, true);
173 pa_do_mix_func_t orig_func, neon_func;
183 orig_func = pa_get_mix_func(PA_SAMPLE_S16NE);
188 run_mix_test(neon_func, orig_func, 7, 2, true, true);
191 run_mix_test(neon_func, orig_func, 7, 4, true, true);
194 run_mix_test(neon_func, orig_func, 7, 1, true, true);