Home
last modified time | relevance | path

Searched defs:input_ch (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/audio/utility/
Dchannel_mixing_matrix.cc282 for (int input_ch = 0; input_ch < input_channels_; ++input_ch) { in CreateTransformationMatrix() local
312 void ChannelMixingMatrix::Mix(Channels input_ch, in Mix()
319 void ChannelMixingMatrix::MixWithoutAccounting(Channels input_ch, in MixWithoutAccounting()
Dchannel_mixer.cc76 for (size_t input_ch = 0; input_ch < input_channels_; ++input_ch) { in Transform() local