Home
last modified time | relevance | path

Searched refs:EchoEmulatingCapturer (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/test/pc/e2e/echo/
Decho_emulation.cc25 EchoEmulatingCapturer::EchoEmulatingCapturer( in EchoEmulatingCapturer() function in webrtc::webrtc_pc_e2e::EchoEmulatingCapturer
41 void EchoEmulatingCapturer::OnAudioRendered( in OnAudioRendered()
66 bool EchoEmulatingCapturer::Capture(rtc::BufferT<int16_t>* buffer) { in Capture()
103 EchoEmulatingCapturer* echo_emulating_capturer) in EchoEmulatingRenderer()
Decho_emulation.h28 class EchoEmulatingCapturer : public TestAudioDeviceModule::Capturer {
30 EchoEmulatingCapturer(
63 EchoEmulatingCapturer* echo_emulating_capturer);
73 EchoEmulatingCapturer* echo_emulating_capturer_;
/external/webrtc/test/pc/e2e/
Dtest_peer_factory.cc143 capturer = std::make_unique<EchoEmulatingCapturer>(std::move(capturer), in CreateAudioDeviceModule()
147 static_cast<EchoEmulatingCapturer*>(capturer.get())); in CreateAudioDeviceModule()