Searched refs:DownmixInterleavedToMono (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/common_audio/ |
D | audio_util_unittest.cc | 139 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()
|
D | audio_util.cc | 43 void DownmixInterleavedToMono<int16_t>(const int16_t* interleaved, in DownmixInterleavedToMono() function
|
/external/webrtc/webrtc/common_audio/include/ |
D | audio_util.h | 175 void DownmixInterleavedToMono(const T* interleaved, 181 void DownmixInterleavedToMono<int16_t>(const int16_t* interleaved,
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | audio_buffer.cc | 389 DownmixInterleavedToMono(frame->data_, input_num_frames_, in DeinterleaveFrom()
|