Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/
Daudio_processing_impl.cc81 num_output_channels_(1) { in AudioProcessingImpl()
243 num_output_channels_ = output_channels; in set_num_channels()
253 return num_output_channels_; in num_output_channels()
293 if (num_output_channels_ < num_input_channels_) { in ProcessStream()
294 capture_audio_->Mix(num_output_channels_); in ProcessStream()
295 frame->_audioChannel = num_output_channels_; in ProcessStream()
300 for (int i = 0; i < num_output_channels_; i++) { in ProcessStream()
351 for (int i = 0; i < num_output_channels_; i++) { in ProcessStream()
641 msg->set_num_output_channels(num_output_channels_); in WriteInitMessage()
Daudio_processing_impl.h122 int num_output_channels_; variable