Searched refs:num_mixed_channels (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/src/modules/audio_processing/
H A Daudio_buffer.h54 void Mix(int num_mixed_channels);
55 void CopyAndMix(int num_mixed_channels);
56 void CopyAndMixLowPass(int num_mixed_channels);
H A Daudio_buffer.cc258 void AudioBuffer::Mix(int num_mixed_channels) { argument
261 assert(num_mixed_channels == 1);
268 num_channels_ = num_mixed_channels;
272 void AudioBuffer::CopyAndMix(int num_mixed_channels) { argument
275 assert(num_mixed_channels == 1);
282 num_mixed_channels_ = num_mixed_channels;
285 void AudioBuffer::CopyAndMixLowPass(int num_mixed_channels) { argument
288 assert(num_mixed_channels == 1);
295 num_mixed_low_pass_channels_ = num_mixed_channels;
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Daudio_buffer.cc432 void AudioBuffer::CopyAndMix(int num_mixed_channels) { argument
435 assert(num_mixed_channels == 1);
439 num_mixed_channels));
447 num_mixed_channels_ = num_mixed_channels;
450 void AudioBuffer::CopyAndMixLowPass(int num_mixed_channels) { argument
453 assert(num_mixed_channels == 1);
457 num_mixed_channels));
465 num_mixed_low_pass_channels_ = num_mixed_channels;
H A Daudio_buffer.h97 void CopyAndMix(int num_mixed_channels);
98 void CopyAndMixLowPass(int num_mixed_channels);
/external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
H A Daudio_conference_mixer_impl.cc301 const int num_mixed_channels = std::max(MaxNumChannels(&mixList), local
307 AudioFrame::kVadPassive, num_mixed_channels);

Completed in 79 milliseconds