Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/include/
Daudio_util.h137 void DownmixToMono(const T* const* input_channels, in DownmixToMono() argument
142 Intermediate value = input_channels[0][i]; in DownmixToMono()
144 value += input_channels[j][i]; in DownmixToMono()
/external/webrtc/webrtc/modules/audio_processing/test/
Ddebug_dump_test.cc45 int input_channels,
115 int input_channels, in DebugDumpGenerator() argument
121 : input_config_(input_rate_hz, input_channels), in DebugDumpGenerator()
123 output_config_(input_rate_hz, input_channels), in DebugDumpGenerator()
125 input_file_channels_(input_channels), in DebugDumpGenerator()