Home
last modified time | relevance | path

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

/device/google/dragon/audio/hal/dsp/tests/
Deq_test.c42 eq_append_biquad(eq, BQ_PEAKING, 380/NQ, 3, -10); in test_ir()
43 eq_append_biquad(eq, BQ_PEAKING, 720/NQ, 3, -12); in test_ir()
44 eq_append_biquad(eq, BQ_PEAKING, 1705/NQ, 3, -8); in test_ir()
45 eq_append_biquad(eq, BQ_HIGHPASS, 218/NQ, 0.7, -10.2); in test_ir()
46 eq_append_biquad(eq, BQ_PEAKING, 580/NQ, 6, -8); in test_ir()
47 eq_append_biquad(eq, BQ_HIGHSHELF, 8000/NQ, 3, 2); in test_ir()
87 eq_append_biquad(eq, BQ_PEAKING, 380/NQ, 3, -10); in test_file()
88 eq_append_biquad(eq, BQ_PEAKING, 720/NQ, 3, -12); in test_file()
89 eq_append_biquad(eq, BQ_PEAKING, 1705/NQ, 3, -8); in test_file()
90 eq_append_biquad(eq, BQ_HIGHPASS, 218/NQ, 0.7, -10.2); in test_file()
[all …]
/device/google/dragon/audio/hal/dsp/
Deq.h41 int eq_append_biquad(struct eq *eq, enum biquad_type type, float freq, float Q,
Deq.c25 int eq_append_biquad(struct eq *eq, enum biquad_type type, float freq, float Q, in eq_append_biquad() function
/device/google/dragon/audio/hal/
Dcras_dsp_mod_builtin.c189 eq_append_biquad(data->eq, type, freq / nyquist, Q, in eq_run()