Home
last modified time | relevance | path

Searched defs:num_mixed_channels (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/src/modules/audio_processing/
Daudio_buffer.cc258 void AudioBuffer::Mix(int num_mixed_channels) { in Mix()
272 void AudioBuffer::CopyAndMix(int num_mixed_channels) { in CopyAndMix()
285 void AudioBuffer::CopyAndMixLowPass(int num_mixed_channels) { in CopyAndMixLowPass()
/external/chromium_org/third_party/webrtc/modules/audio_processing/
Daudio_buffer.cc432 void AudioBuffer::CopyAndMix(int num_mixed_channels) { in CopyAndMix()
450 void AudioBuffer::CopyAndMixLowPass(int num_mixed_channels) { in CopyAndMixLowPass()
/external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
Daudio_conference_mixer_impl.cc301 const int num_mixed_channels = std::max(MaxNumChannels(&mixList), in Process() local