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.cc23 EchoEmulatingCapturer::EchoEmulatingCapturer( in EchoEmulatingCapturer() function in webrtc::webrtc_pc_e2e::EchoEmulatingCapturer
39 void EchoEmulatingCapturer::OnAudioRendered( in OnAudioRendered()
64 bool EchoEmulatingCapturer::Capture(rtc::BufferT<int16_t>* buffer) { in Capture()
101 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.cc146 capturer = std::make_unique<EchoEmulatingCapturer>(std::move(capturer), in CreateAudioDeviceModule()
150 static_cast<EchoEmulatingCapturer*>(capturer.get())); in CreateAudioDeviceModule()