Searched refs:ext_dsp_module (Results 1 – 13 of 13) sorted by relevance
/external/adhd/cras/src/server/ |
D | cras_dsp_module.h | 98 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);
|
D | cras_iodev.c | 537 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()
|
D | input_data.c | 18 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()
|
D | cras_iodev.h | 311 struct ext_dsp_module *ext_dsp_module; member 662 struct ext_dsp_module *ext);
|
D | input_data.h | 23 struct ext_dsp_module ext;
|
D | cras_dsp_pipeline.h | 112 struct ext_dsp_module *ext_module);
|
D | cras_apm_list.c | 130 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()
|
D | cras_dsp_mod_builtin.c | 540 struct ext_dsp_module *ext_module; 586 struct ext_dsp_module *ext_module) in cras_dsp_module_set_sink_ext_module()
|
D | cras_dsp_pipeline.c | 793 struct ext_dsp_module *ext_module) in cras_dsp_pipeline_set_sink_ext_module()
|
/external/adhd/cras/src/tests/ |
D | dsp_unittest.cc | 149 struct ext_dsp_module* ext_module) {} in cras_dsp_module_set_sink_ext_module()
|
D | apm_list_unittest.cc | 32 static struct ext_dsp_module* ext_dsp_module_value; 372 struct ext_dsp_module* ext) { in cras_iodev_set_ext_dsp_module()
|
D | cras_dsp_pipeline_unittest.cc | 204 struct ext_dsp_module* ext_module) { in cras_dsp_module_set_sink_ext_module() 234 struct ext_dsp_module ext_mod;
|
D | iodev_unittest.cc | 2198 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()
|