Home | History | Annotate | Download | only in audio

Lines Matching refs:bus_

36     this->bus_ = AudioBus::Create(other.bus_->channels(), other.bus_->frames());
37 other.bus_->CopyTo(this->bus_.get());
45 result.bus_->channel(0)[result.bus_->frames() / 2] = bad_value;
50 return *bus_;
66 bus_ = AudioBus::Create(num_channels, kFramesPerBuffer);
70 memcpy(bus_->channel(ch) + frames, data + num_frames * ch,
78 scoped_ptr<AudioBus> bus_;