Searched defs:eq2 (Results 1 – 4 of 4) sorted by relevance
/device/google/dragon/ |
D | speakerdsp.ini | 49 [eq2] section 51 label=eq2 argument 52 input_0={intermediate:0} 53 input_1={intermediate:1} 54 output_2={dst:0} 55 output_3={dst:1} 56 input_4=2 ; highpass 57 input_5=330 ; freq 58 input_6=0 ; Q 59 input_7=0 ; gain [all …]
|
/device/google/dragon/audio/hal/dsp/ |
D | eq2.c | 9 struct eq2 { struct 14 struct eq2 *eq2_new() in eq2_new() argument 16 struct eq2 *eq2 = (struct eq2 *)calloc(1, sizeof(*eq2)); in eq2_new() local 28 void eq2_free(struct eq2 *eq2) in eq2_free() 33 int eq2_append_biquad(struct eq2 *eq2, int channel, in eq2_append_biquad() 43 int eq2_append_biquad_direct(struct eq2 *eq2, int channel, in eq2_append_biquad_direct() 317 void eq2_process(struct eq2 *eq2, float *data0, float *data1, int count) in eq2_process()
|
/device/google/dragon/audio/hal/dsp/tests/ |
D | eq2_test.c | 28 static void process(struct eq2 *eq2, float *data0, float *data1, int count) in process() 43 struct eq2 *eq2; in test_file() local
|
/device/google/dragon/audio/hal/ |
D | cras_dsp_mod_builtin.c | 223 struct eq2 *eq2; /* Initialized in the first call of eq2_run() */ member
|