Searched refs:pa_resampler_new (Results 1 – 7 of 7) sorted by relevance
/third_party/pulseaudio/src/tests/ |
D | resampler-test.c | 421 … pa_assert_se(resampler = pa_resampler_new(pool, &a, NULL, &b, NULL, crossover_freq, method, 0)); in main() 452 … pa_assert_se(forth = pa_resampler_new(pool, &a, NULL, &b, NULL, crossover_freq, method, 0)); in main() 453 … pa_assert_se(back = pa_resampler_new(pool, &b, NULL, &a, NULL, crossover_freq, method, 0)); in main()
|
D | remix-test.c | 97 … r = pa_resampler_new(pool, &ss1, &maps[i], &ss2, &maps[j], crossover_freq, PA_RESAMPLER_AUTO, in main()
|
/third_party/pulseaudio/src/pulsecore/ |
D | resampler.h | 117 pa_resampler* pa_resampler_new(
|
D | source-output.c | 416 if (!(resampler = pa_resampler_new( in pa_source_output_new() 1777 new_resampler = pa_resampler_new(o->core->mempool, in pa_source_output_update_resampler()
|
D | sink-input.c | 469 if (!(resampler = pa_resampler_new( in pa_sink_input_new() 2314 new_resampler = pa_resampler_new(i->core->mempool, in pa_sink_input_update_resampler()
|
D | resampler.c | 325 pa_resampler* pa_resampler_new( in pa_resampler_new() function
|
/third_party/pulseaudio/src/modules/ |
D | module-virtual-surround-sink.c | 793 …resampler = pa_resampler_new(u->sink->core->mempool, &hrir_temp_ss, &hrir_map, &hrir_ss, &hrir_map… in pa__init()
|