Searched refs:mixed_low_pass_channels_ (Results 1 – 2 of 2) sorted by relevance
80 mixed_low_pass_channels_(NULL), in AudioBuffer()85 mixed_low_pass_channels_.reset(new AudioChannel[max_num_channels_]); in AudioBuffer()133 return mixed_low_pass_channels_[channel].data; in mixed_low_pass_data()292 mixed_low_pass_channels_[0].data, in CopyAndMixLowPass()
77 scoped_array<AudioChannel> mixed_low_pass_channels_; variable