Home
last modified time | relevance | path

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

/device/google/dragon/audio/hal/
Dcras_dsp_pipeline.c127 int output_channels; member
454 pipeline->output_channels = ARRAY_COUNT( in cras_dsp_pipeline_create()
456 if (pipeline->output_channels > pipeline->input_channels) { in cras_dsp_pipeline_create()
745 return pipeline->output_channels; in cras_dsp_pipeline_get_num_output_channels()
823 unsigned int output_channels = pipeline->output_channels; in cras_dsp_pipeline_apply() local
825 float *sink[output_channels]; in cras_dsp_pipeline_apply()
838 for (i = 0; i < output_channels; i++) in cras_dsp_pipeline_apply()
854 dsp_util_interleave(sink, target, output_channels, chunk); in cras_dsp_pipeline_apply()
856 target += chunk * output_channels; in cras_dsp_pipeline_apply()