Home
last modified time | relevance | path

Searched defs:eq (Results 1 – 4 of 4) sorted by relevance

/device/google/dragon/audio/hal/dsp/
Deq.c9 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/
Deq_test.c32 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/
Dalloc_device.h31 #define AERR_IF( eq, fmt, args...) if ( (eq) ) AERR( fmt, args ) argument
/device/google/dragon/audio/hal/
Dcras_dsp_mod_builtin.c151 struct eq *eq; /* Initialized in the first call of eq_run() */ member