Home | History | Annotate | Download | only in audio_utils

Lines Matching full:channels

18 #include <audio_utils/channels.h>
90 * single input channel to the first 2 output channels and 0-filling the remaining.
148 * first two input channels into the single output channel (and skipping the rest).
156 * NOTE: Overload of the summed channels is avoided by averaging the two input channels.
183 * by mixing the first two input channels into the single output channel (and skipping the rest).
189 * NOTE: Overload of the summed channels is avoided by averaging the two input channels.
215 * in_buff_channels Specifies the number of channels in the input buffer.
217 * out_buff_channels Specifies the number of channels in the output buffer.
223 * channels > M are thrown away.
286 * in_buff_channels Specifies the number of channels in the input buffer.
288 * out_buff_channels Specifies the number of channels in the output buffer.
294 * channels > N are filled with silence.