Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/
Daudio_buffer.cc311 if (!mixed_low_pass_channels_.get()) { in mixed_low_pass_data()
312 mixed_low_pass_channels_.reset( in mixed_low_pass_data()
318 mixed_low_pass_channels_->channels()[0]); in mixed_low_pass_data()
321 return mixed_low_pass_channels_->channels()[0]; in mixed_low_pass_data()
Daudio_buffer.h152 rtc::scoped_ptr<ChannelBuffer<int16_t> > mixed_low_pass_channels_; variable