Home
last modified time | relevance | path

Searched refs:CopyAndMix (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/src/modules/audio_processing/
Daudio_buffer.h55 void CopyAndMix(int num_mixed_channels);
Dlevel_estimator_impl.cc106 audio->CopyAndMix(1); in ProcessStream()
Daudio_buffer.cc272 void AudioBuffer::CopyAndMix(int num_mixed_channels) { in CopyAndMix() function in webrtc::AudioBuffer