HomeSort by relevance Sort by last modified time
    Searched refs:get_delay (Results 1 - 11 of 11) sorted by null

  /external/adhd/cras/src/server/
cras_dsp_module.h 45 int (*get_delay)(struct dsp_module *mod); member in struct:dsp_module
cras_dsp_mod_builtin.c 50 module->get_delay = &empty_get_delay;
101 module->get_delay = &empty_get_delay;
147 module->get_delay = &empty_get_delay;
195 module->get_delay = &empty_get_delay;
268 module->get_delay = &empty_get_delay;
351 module->get_delay = &empty_get_delay;
448 module->get_delay = &drc_get_delay;
cras_dsp_mod_ladspa.c 75 static int get_delay(struct dsp_module *module) function
205 module->get_delay = &get_delay;
cras_dsp_pipeline.c 634 instance->total_delay = delay + module->get_delay(module);
  /external/adhd/cras/src/tests/
dsp_unittest.cc 134 module->get_delay = &empty_get_delay;
cras_dsp_pipeline_unittest.cc 82 static int get_delay(struct dsp_module *module) function
181 module->get_delay = &get_delay;
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
plot_neteq_delay.m 32 case {'get_delay', 'getdelay'}
  /external/pdfium/fxjs/
cjs_document.h 50 CJS_Return get_delay(CJS_Runtime* pRuntime);
cjs_field.h 97 CJS_Return get_delay(CJS_Runtime* pRuntime);
cjs_document.cpp 765 CJS_Return Document::get_delay(CJS_Runtime* pRuntime) { function in class:Document
    [all...]
cjs_field.cpp 938 CJS_Return Field::get_delay(CJS_Runtime* pRuntime) { function in class:Field
    [all...]

Completed in 744 milliseconds