OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eq2_new
(Results
1 - 5
of
5
) sorted by null
/device/google/dragon/audio/hal/dsp/
eq2.h
24
struct eq2 *
eq2_new
();
drc.c
181
drc->emphasis_eq =
eq2_new
();
182
drc->deemphasis_eq =
eq2_new
();
eq2.c
14
struct eq2 *
eq2_new
()
function
/device/google/dragon/audio/hal/dsp/tests/
eq2_test.c
52
eq2 =
eq2_new
();
/device/google/dragon/audio/hal/
cras_dsp_mod_builtin.c
253
data->eq2 =
eq2_new
();
Completed in 176 milliseconds