Searched refs:mixed_low_pass_channels_ (Results 1 – 2 of 2) sorted by relevance
311 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()
152 rtc::scoped_ptr<ChannelBuffer<int16_t> > mixed_low_pass_channels_; variable