Searched refs:sample_count (Results 1 – 4 of 4) sorted by relevance
30 static void empty_run(struct dsp_module *module, unsigned long sample_count) {} in empty_run() argument71 unsigned long sample_count) in invert_lr_run() argument76 for (i = 0; i < sample_count; i++) { in invert_lr_run()117 unsigned long sample_count) in mix_stereo_run() argument123 for (i = 0; i < sample_count; i++) { in mix_stereo_run()174 static void eq_run(struct dsp_module *module, unsigned long sample_count) in eq_run() argument195 sizeof(float) * sample_count); in eq_run()196 eq_process(data->eq, data->ports[1], (int) sample_count); in eq_run()246 static void eq2_run(struct dsp_module *module, unsigned long sample_count) in eq2_run() argument272 sizeof(float) * sample_count); in eq2_run()[all …]
53 void (*run)(struct dsp_module *mod, unsigned long sample_count);
112 void cras_dsp_pipeline_run(struct pipeline *pipeline, int sample_count);
781 void cras_dsp_pipeline_run(struct pipeline *pipeline, int sample_count) in cras_dsp_pipeline_run() argument788 module->run(module, sample_count); in cras_dsp_pipeline_run()