OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eq_process
(Results
1 - 4
of
4
) sorted by null
/device/google/dragon/audio/hal/dsp/tests/
eq_test.c
50
eq_process
(eq, data, N);
67
eq_process
(eq, data + start, min(2048, count - start));
/device/google/dragon/audio/hal/dsp/
eq.h
61
void
eq_process
(struct eq *eq, float *data, int count);
eq.c
77
void
eq_process
(struct eq *eq, float *data, int count)
function
/device/google/dragon/audio/hal/
cras_dsp_mod_builtin.c
196
eq_process
(data->eq, data->ports[1], (int) sample_count);
Completed in 68 milliseconds