Home
last modified time | relevance | path

Searched refs:DownmixInterleavedToMono (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/common_audio/
Daudio_util_unittest.cc139 TEST(AudioUtilTest, DownmixInterleavedToMono) { in TEST() argument
146 DownmixInterleavedToMono(interleaved, kNumFrames, kNumChannels, in TEST()
157 DownmixInterleavedToMono(interleaved, kNumFrames, kNumChannels, in TEST()
170 DownmixInterleavedToMono(interleaved, kNumFrames, kNumChannels, in TEST()
Daudio_util.cc43 void DownmixInterleavedToMono<int16_t>(const int16_t* interleaved, in DownmixInterleavedToMono() function
/external/webrtc/webrtc/common_audio/include/
Daudio_util.h175 void DownmixInterleavedToMono(const T* interleaved,
181 void DownmixInterleavedToMono<int16_t>(const int16_t* interleaved,
/external/webrtc/webrtc/modules/audio_processing/
Daudio_buffer.cc389 DownmixInterleavedToMono(frame->data_, input_num_frames_, in DeinterleaveFrom()