Home
last modified time | relevance | path

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

/device/google/dragon/audio/hal/dsp/tests/
Deq2_test.c53 eq2_append_biquad(eq2, 0, BQ_PEAKING, 380/NQ, 3, -10); in test_file()
54 eq2_append_biquad(eq2, 0, BQ_PEAKING, 720/NQ, 3, -12); in test_file()
55 eq2_append_biquad(eq2, 0, BQ_PEAKING, 1705/NQ, 3, -8); in test_file()
56 eq2_append_biquad(eq2, 0, BQ_HIGHPASS, 218/NQ, 0.7, -10.2); in test_file()
57 eq2_append_biquad(eq2, 0, BQ_PEAKING, 580/NQ, 6, -8); in test_file()
58 eq2_append_biquad(eq2, 0, BQ_HIGHSHELF, 8000/NQ, 3, 2); in test_file()
59 eq2_append_biquad(eq2, 1, BQ_PEAKING, 450/NQ, 3, -12); in test_file()
60 eq2_append_biquad(eq2, 1, BQ_PEAKING, 721/NQ, 3, -12); in test_file()
61 eq2_append_biquad(eq2, 1, BQ_PEAKING, 1800/NQ, 8, -10.2); in test_file()
62 eq2_append_biquad(eq2, 1, BQ_PEAKING, 580/NQ, 6, -8); in test_file()
[all …]
/device/google/dragon/audio/hal/dsp/
Deq2.h42 int eq2_append_biquad(struct eq2 *eq2, int channel,
Deq2.c33 int eq2_append_biquad(struct eq2 *eq2, int channel, in eq2_append_biquad() function
/device/google/dragon/audio/hal/
Dcras_dsp_mod_builtin.c263 eq2_append_biquad(data->eq2, channel, type, in eq2_run()