Searched refs:split_channels_high_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Daudio_buffer.cc191 split_channels_high_.reset(new IFChannelBuffer(samples_per_split_channel_,
319 return split_channels_high_.get()
320 ? split_channels_high_->ibuf_const()->channel(channel)
325 return split_channels_high_.get()
326 ? split_channels_high_->ibuf()->channel(channel)
331 return split_channels_high_.get()
332 ? split_channels_high_->fbuf_const()->channel(channel)
337 return split_channels_high_.get()
338 ? split_channels_high_->fbuf()->channel(channel)
H A Daudio_buffer.h120 scoped_ptr<IFChannelBuffer> split_channels_high_; member in class:webrtc::AudioBuffer

Completed in 116 milliseconds