Home | History | Annotate | Download | only in audio_utils

Lines Matching full:channels

18 #include <audio_utils/channels.h>
91 * Selected channels are replaced in the output buffer, with any extra channels
124 * single input channel to the first 2 output channels and 0-filling the remaining.
182 * first two input channels into the single output channel (and skipping the rest).
190 * NOTE: Overload of the summed channels is avoided by averaging the two input channels.
217 * by mixing the first two input channels into the single output channel (and skipping the rest).
223 * NOTE: Overload of the summed channels is avoided by averaging the two input channels.
249 * in_buff_channels Specifies the number of channels in the input buffer.
251 * out_buff_channels Specifies the number of channels in the output buffer.
257 * channels > M are thrown away.
320 * in_buff_channels Specifies the number of channels in the input buffer.
322 * out_buff_channels Specifies the number of channels in the output buffer.
328 * channels > N are filled with silence.
417 * in_buff_channels Specifies the number of channels in the input buffer.
419 * out_buff_channels Specifies the number of channels in the output buffer.
425 * channels > N are left alone in out_buff.