Lines Matching refs:AudioBuffer
14 AudioBuffer::AudioBuffer(SampleFormat sample_format,
77 AudioBuffer::~AudioBuffer() {}
80 scoped_refptr<AudioBuffer> AudioBuffer::CopyFrom(
90 return make_scoped_refptr(new AudioBuffer(sample_format,
100 scoped_refptr<AudioBuffer> AudioBuffer::CreateBuffer(SampleFormat sample_format,
104 return make_scoped_refptr(new AudioBuffer(sample_format,
114 scoped_refptr<AudioBuffer> AudioBuffer::CreateEmptyBuffer(
121 return make_scoped_refptr(new AudioBuffer(kSampleFormatF32,
131 scoped_refptr<AudioBuffer> AudioBuffer::CreateEOSBuffer() {
132 return make_scoped_refptr(new AudioBuffer(
141 void AudioBuffer::ReadFrames(int frames_to_copy,
218 void AudioBuffer::TrimStart(int frames_to_trim) {
236 void AudioBuffer::TrimEnd(int frames_to_trim) {