Home
last modified time | relevance | path

Searched refs:num_proc_channels_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/
Daudio_buffer.cc54 num_proc_channels_(num_process_channels), in AudioBuffer()
63 data_(new IFChannelBuffer(proc_num_frames_, num_proc_channels_)) { in AudioBuffer()
68 assert(num_proc_channels_ > 0 && num_proc_channels_ <= num_input_channels_); in AudioBuffer()
74 num_proc_channels_)); in AudioBuffer()
77 for (size_t i = 0; i < num_proc_channels_; ++i) { in AudioBuffer()
85 for (size_t i = 0; i < num_proc_channels_; ++i) { in AudioBuffer()
95 num_proc_channels_, in AudioBuffer()
97 splitting_filter_.reset(new SplittingFilter(num_proc_channels_, in AudioBuffer()
113 num_input_channels_ > 1 && num_proc_channels_ == 1; in CopyFrom()
116 new IFChannelBuffer(input_num_frames_, num_proc_channels_)); in CopyFrom()
[all …]
Daudio_buffer.h135 const size_t num_proc_channels_; variable