Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/utility/include/
Daudio_frame_operations.h46 static void SwapStereoChannels(AudioFrame* frame);
/external/webrtc/webrtc/modules/utility/source/
Daudio_frame_operations_unittest.cc127 AudioFrameOperations::SwapStereoChannels(&frame_); in TEST_F()
138 AudioFrameOperations::SwapStereoChannels(&frame_); in TEST_F()
Daudio_frame_operations.cc62 void AudioFrameOperations::SwapStereoChannels(AudioFrame* frame) { in SwapStereoChannels() function in webrtc::AudioFrameOperations
/external/webrtc/webrtc/voice_engine/
Dtransmit_mixer.cc358 AudioFrameOperations::SwapStereoChannels(&_audioFrame); in PrepareDemux()