Searched refs:DownmixToMono (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/common_audio/ |
D | audio_util_unittest.cc | 190 DownmixToMono<float, float>(input, kNumFrames, kNumChannels, downmixed); in TEST() 207 DownmixToMono<float, float>(input, kNumFrames, kNumChannels, downmixed); in TEST() 224 DownmixToMono<int16_t, int32_t>(input, kNumFrames, kNumChannels, downmixed); in TEST()
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | audio_buffer.cc | 126 DownmixToMono<float, float>(data, input_num_frames_, num_input_channels_, in CopyFrom() 316 DownmixToMono<int16_t, int32_t>(split_channels_const(kBand0To8kHz), in mixed_low_pass_data()
|
/external/webrtc/webrtc/common_audio/include/ |
D | audio_util.h | 137 void DownmixToMono(const T* const* input_channels, in DownmixToMono() function
|