HomeSort by relevance Sort by last modified time
    Searched refs:split_channels_high_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_processing/
audio_buffer.cc 191 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)
audio_buffer.h 120 scoped_ptr<IFChannelBuffer> split_channels_high_; member in class:webrtc::AudioBuffer

Completed in 78 milliseconds