Searched defs:input_channels (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/common_audio/include/
H A Daudio_util.h137 void DownmixToMono(const T* const* input_channels, argument
142 Intermediate value = input_channels[0][i];
144 value += input_channels[j][i];
/external/webrtc/webrtc/modules/audio_processing/test/
H A Ddebug_dump_test.cc45 int input_channels,
115 int input_channels,
121 : input_config_(input_rate_hz, input_channels),
123 output_config_(input_rate_hz, input_channels),
125 input_file_channels_(input_channels),
113 DebugDumpGenerator(const std::string& input_file_name, int input_rate_hz, int input_channels, const std::string& reverse_file_name, int reverse_rate_hz, int reverse_channels, const Config& config, const std::string& dump_file_name) argument

Completed in 88 milliseconds