OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_input_channels_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/
audio_processing_impl.h
121
int
num_input_channels_
;
member in class:webrtc::AudioProcessingImpl
audio_processing_impl.cc
80
num_input_channels_
(1),
159
capture_audio_ = new AudioBuffer(
num_input_channels_
,
242
num_input_channels_
= input_channels;
249
return
num_input_channels_
;
268
if (frame->_audioChannel !=
num_input_channels_
) {
293
if (num_output_channels_ <
num_input_channels_
) {
640
msg->set_num_input_channels(
num_input_channels_
);
Completed in 41 milliseconds