Searched refs:dk_process (Results 1 – 3 of 3) sorted by relevance
/external/adhd/cras/src/dsp/ |
D | drc.c | 392 dk_process(&drc->kernel[0], data, frames); in drc_process() 393 dk_process(&drc->kernel[1], data1, frames); in drc_process() 394 dk_process(&drc->kernel[2], data2, frames); in drc_process()
|
D | drc_kernel.h | 111 void dk_process(struct drc_kernel *dk, float *data_channels[], unsigned count);
|
D | drc_kernel.c | 1029 void dk_process(struct drc_kernel *dk, float *data_channels[], unsigned count) in dk_process() function
|