Home
last modified time | relevance | path

Searched refs:pa_resampler_new (Results 1 – 7 of 7) sorted by relevance

/third_party/pulseaudio/src/tests/
Dresampler-test.c421 … 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()
Dremix-test.c97 … r = pa_resampler_new(pool, &ss1, &maps[i], &ss2, &maps[j], crossover_freq, PA_RESAMPLER_AUTO, in main()
/third_party/pulseaudio/src/pulsecore/
Dresampler.h117 pa_resampler* pa_resampler_new(
Dsource-output.c416 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()
Dsink-input.c469 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()
Dresampler.c325 pa_resampler* pa_resampler_new( in pa_resampler_new() function
/third_party/pulseaudio/src/modules/
Dmodule-virtual-surround-sink.c793 …resampler = pa_resampler_new(u->sink->core->mempool, &hrir_temp_ss, &hrir_map, &hrir_ss, &hrir_map… in pa__init()