Home
last modified time | relevance | path

Searched refs:ext_dsp_module (Results 1 – 13 of 13) sorted by relevance

/external/adhd/cras/src/server/
Dcras_dsp_module.h98 struct ext_dsp_module { struct
100 void (*run)(struct ext_dsp_module *ext, unsigned int nframes); argument
101 void (*configure)(struct ext_dsp_module *ext, unsigned int buffer_size, argument
109 struct ext_dsp_module *ext_module);
Dcras_iodev.c537 if (iodev->ext_dsp_module) in add_ext_dsp_module_to_pipeline()
538 iodev->ext_dsp_module->configure(iodev->ext_dsp_module, in add_ext_dsp_module_to_pipeline()
543 cras_dsp_pipeline_set_sink_ext_module(pipeline, iodev->ext_dsp_module); in add_ext_dsp_module_to_pipeline()
571 struct ext_dsp_module *ext) in cras_iodev_set_ext_dsp_module()
573 iodev->ext_dsp_module = ext; in cras_iodev_set_ext_dsp_module()
578 if (iodev->ext_dsp_module) in cras_iodev_set_ext_dsp_module()
983 if (iodev->ext_dsp_module == NULL) in cras_iodev_open()
984 iodev->ext_dsp_module = &iodev->input_data->ext; in cras_iodev_open()
1029 if (iodev->ext_dsp_module == &iodev->input_data->ext) in cras_iodev_close()
1030 iodev->ext_dsp_module = NULL; in cras_iodev_close()
Dinput_data.c18 void input_data_run(struct ext_dsp_module *ext, unsigned int nframes) in input_data_run()
45 void input_data_configure(struct ext_dsp_module *ext, unsigned int buffer_size, in input_data_configure()
Dcras_iodev.h311 struct ext_dsp_module *ext_dsp_module; member
662 struct ext_dsp_module *ext);
Dinput_data.h23 struct ext_dsp_module ext;
Dcras_dsp_pipeline.h112 struct ext_dsp_module *ext_module);
Dcras_apm_list.c130 struct ext_dsp_module ext;
490 void reverse_data_run(struct ext_dsp_module *ext, unsigned int nframes) in reverse_data_run()
516 void reverse_data_configure(struct ext_dsp_module *ext, in reverse_data_configure()
Dcras_dsp_mod_builtin.c540 struct ext_dsp_module *ext_module;
586 struct ext_dsp_module *ext_module) in cras_dsp_module_set_sink_ext_module()
Dcras_dsp_pipeline.c793 struct ext_dsp_module *ext_module) in cras_dsp_pipeline_set_sink_ext_module()
/external/adhd/cras/src/tests/
Ddsp_unittest.cc149 struct ext_dsp_module* ext_module) {} in cras_dsp_module_set_sink_ext_module()
Dapm_list_unittest.cc32 static struct ext_dsp_module* ext_dsp_module_value;
372 struct ext_dsp_module* ext) { in cras_iodev_set_ext_dsp_module()
Dcras_dsp_pipeline_unittest.cc204 struct ext_dsp_module* ext_module) { in cras_dsp_module_set_sink_ext_module()
234 struct ext_dsp_module ext_mod;
Diodev_unittest.cc2198 static void ext_mod_configure(struct ext_dsp_module* ext, in ext_mod_configure()
2208 struct ext_dsp_module ext; in TEST()
2549 struct ext_dsp_module* ext_module) { in cras_dsp_pipeline_set_sink_ext_module()
2743 static void mod_run(struct ext_dsp_module* ext, unsigned int nframes) {} in mod_run()
2745 static void mod_configure(struct ext_dsp_module* ext, in mod_configure()