Searched defs:eq (Results 1 – 4 of 4) sorted by relevance
/device/google/dragon/audio/hal/dsp/ |
D | eq.c | 9 struct eq { struct 14 struct eq *eq_new() in eq_new() argument 16 struct eq *eq = (struct eq *)calloc(1, sizeof(*eq)); in eq_new() local 20 void eq_free(struct eq *eq) in eq_free() 25 int eq_append_biquad(struct eq *eq, enum biquad_type type, float freq, float Q, in eq_append_biquad() 34 int eq_append_biquad_direct(struct eq *eq, const struct biquad *biquad) in eq_append_biquad_direct() 43 void eq_process1(struct eq *eq, float *data, int count) in eq_process1() 77 void eq_process(struct eq *eq, float *data, int count) in eq_process()
|
/device/google/dragon/audio/hal/dsp/tests/ |
D | eq_test.c | 32 struct eq *eq; in test_ir() local 63 static void process(struct eq *eq, float *data, int count) in process() 77 struct eq *eq; in test_file() local
|
/device/linaro/hikey/gralloc/ |
D | alloc_device.h | 31 #define AERR_IF( eq, fmt, args...) if ( (eq) ) AERR( fmt, args ) argument
|
/device/google/dragon/audio/hal/ |
D | cras_dsp_mod_builtin.c | 151 struct eq *eq; /* Initialized in the first call of eq_run() */ member
|