Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/tests/
Dlfe-filter-test.c127 unsigned i, crossover_freq = 120; in START_TEST() local
148 pa_assert_se(lft.lf = pa_lfe_filter_new(&a, &chmapmono, crossover_freq, a.rate * 10)); in START_TEST()
156 pa_assert_se(lft.lf = pa_lfe_filter_new(&a, &chmapmono, crossover_freq, a.rate * 10)); in START_TEST()
Dremix-test.c75 unsigned crossover_freq = 120; in main() local
97 … r = pa_resampler_new(pool, &ss1, &maps[i], &ss2, &maps[j], crossover_freq, PA_RESAMPLER_AUTO, in main()
Dresampler-test.c306 unsigned crossover_freq = 120; in main() local
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()
/third_party/pulseaudio/src/pulsecore/filter/
Dlfe-filter.h32 …filter_new(const pa_sample_spec* ss, const pa_channel_map* cm, float crossover_freq, size_t maxrew…
Dlfe-filter.c65 …filter_new(const pa_sample_spec* ss, const pa_channel_map* cm, float crossover_freq, size_t maxrew… in pa_lfe_filter_new() argument
68 f->crossover = crossover_freq; in pa_lfe_filter_new()
/third_party/pulseaudio/src/pulsecore/
Dresampler.h123 unsigned crossover_freq,
Dresampler.c331 unsigned crossover_freq, in pa_resampler_new() argument
427 if (lfe_remixed && crossover_freq > 0) { in pa_resampler_new()
431 r->lfe_filter = pa_lfe_filter_new(&wss, &r->o_cm, (float)crossover_freq, b->rate * 3); in pa_resampler_new()
432 … pa_log_debug(" lfe filter activated (LR4 type), the crossover_freq = %uHz", crossover_freq); in pa_resampler_new()