Home | History | Annotate | Download | only in hal

Lines Matching defs:source

2  * Use of this source code is governed by a BSD-style license that can be
92 /* This is the total buffering delay from source to this instance. It is
409 struct plugin *source = find_enabled_builtin_plugin(
410 ini, "source", purpose, env);
414 if (!source || !sink) {
416 "no enabled source or sink found %p/%p for %s",
417 source, sink, purpose);
441 &pipeline->instances, source);
446 syslog(LOG_ERR, "source(%p) or sink(%p) missing/disabled?",
447 source, sink);
611 /* Calculates the total buffering delay of each instance from the source */
824 float *source[input_channels];
835 /* get pointers to source and sink buffers */
837 source[i] = cras_dsp_pipeline_get_source_buffer(pipeline, i);
848 dsp_util_deinterleave(target, source, input_channels, chunk);