Home
last modified time | relevance | path

Searched refs:mixed_channels_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_processing/
Daudio_buffer.cc79 mixed_channels_(NULL), in AudioBuffer()
84 mixed_channels_.reset(new AudioChannel[max_num_channels_]); in AudioBuffer()
127 return mixed_channels_[channel].data; in mixed_data()
279 mixed_channels_[0].data, in CopyAndMix()
Daudio_buffer.h75 scoped_array<AudioChannel> mixed_channels_; variable