OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_output_channels_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/
audio_processing_impl.cc
81
num_output_channels_
(1) {
243
num_output_channels_
= output_channels;
253
return
num_output_channels_
;
293
if (
num_output_channels_
< num_input_channels_) {
294
capture_audio_->Mix(
num_output_channels_
);
295
frame->_audioChannel =
num_output_channels_
;
300
for (int i = 0; i <
num_output_channels_
; i++) {
351
for (int i = 0; i <
num_output_channels_
; i++) {
641
msg->set_num_output_channels(
num_output_channels_
);
audio_processing_impl.h
122
int
num_output_channels_
;
member in class:webrtc::AudioProcessingImpl
Completed in 28 milliseconds