Searched refs:drc_process (Results 1 - 5 of 5) sorted by relevance

/external/adhd/cras/src/dsp/
H A Ddrc.h103 /* The maximum number of frames can be passed to drc_process() call. */
129 /* Temporary buffer used during drc_process(). The mid and high band
139 * the initialization. After that drc_process() can be used to process data. The
147 * drc_process();
149 * drc_process();
170 void drc_process(struct drc *drc, float **data, int frames);
H A Ddrc.c50 /* Allocates temporary buffers used during drc_process(). */
375 void drc_process(struct drc *drc, float **data, int frames) function
/external/adhd/cras/src/dsp/tests/
H A Ddrc_test.c37 drc_process(drc, data, chunk);
/external/adhd/cras/src/tests/
H A Ddsp_core_unittest.cc384 drc_process(drc, data, chunk);
399 drc_process(drc, data_empty, 0);
/external/adhd/cras/src/server/
H A Dcras_dsp_mod_builtin.c433 drc_process(data->drc, &data->ports[2], (int) sample_count);

Completed in 208 milliseconds