Searched refs:mixed_channels_ (Results 1 – 2 of 2) sorted by relevance
79 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()
75 scoped_array<AudioChannel> mixed_channels_; variable