HomeSort by relevance Sort by last modified time
    Searched full:num_mixed_channels (Results 1 - 5 of 5) sorted by null

  /external/webrtc/src/modules/audio_processing/
audio_buffer.h 54 void Mix(int num_mixed_channels);
55 void CopyAndMix(int num_mixed_channels);
56 void CopyAndMixLowPass(int num_mixed_channels);
audio_buffer.cc 258 void AudioBuffer::Mix(int num_mixed_channels) {
261 assert(num_mixed_channels == 1);
268 num_channels_ = num_mixed_channels;
272 void AudioBuffer::CopyAndMix(int num_mixed_channels) {
275 assert(num_mixed_channels == 1);
282 num_mixed_channels_ = num_mixed_channels;
285 void AudioBuffer::CopyAndMixLowPass(int num_mixed_channels) {
288 assert(num_mixed_channels == 1);
295 num_mixed_low_pass_channels_ = num_mixed_channels;
  /external/chromium_org/third_party/webrtc/modules/audio_processing/
audio_buffer.cc 432 void AudioBuffer::CopyAndMix(int num_mixed_channels) {
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) {
453 assert(num_mixed_channels == 1);
457 num_mixed_channels));
465 num_mixed_low_pass_channels_ = num_mixed_channels;
audio_buffer.h 97 void CopyAndMix(int num_mixed_channels);
98 void CopyAndMixLowPass(int num_mixed_channels);
  /external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.cc 301 const int num_mixed_channels = std::max(MaxNumChannels(&mixList), local
307 AudioFrame::kVadPassive, num_mixed_channels);
    [all...]

Completed in 330 milliseconds