Home
last modified time | relevance | path

Searched refs:eq2_new (Results 1 – 5 of 5) sorted by relevance

/device/google/dragon/audio/hal/dsp/
Deq2.h24 struct eq2 *eq2_new();
Ddrc.c181 drc->emphasis_eq = eq2_new(); in init_emphasis_eq()
182 drc->deemphasis_eq = eq2_new(); in init_emphasis_eq()
Deq2.c14 struct eq2 *eq2_new() in eq2_new() function
/device/google/dragon/audio/hal/dsp/tests/
Deq2_test.c52 eq2 = eq2_new(); in test_file()
/device/google/dragon/audio/hal/
Dcras_dsp_mod_builtin.c253 data->eq2 = eq2_new(); in eq2_run()