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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/
audio_buffer.cc 142 num_proc_channels_(num_process_channels),
150 num_proc_channels_)) {
155 assert(num_proc_channels_ <= num_input_channels);
157 if (num_input_channels_ == 2 && num_proc_channels_ == 1) {
159 num_proc_channels_));
166 num_proc_channels_));
170 input_resamplers_.reserve(num_proc_channels_);
171 for (int i = 0; i < num_proc_channels_; ++i) {
179 output_resamplers_.reserve(num_proc_channels_);
180 for (int i = 0; i < num_proc_channels_; ++i)
    [all...]
audio_buffer.h 110 const int num_proc_channels_; member in class:webrtc::AudioBuffer

Completed in 626 milliseconds