Searched refs:EchoEmulatingCapturer (Results 1 – 3 of 3) sorted by relevance
25 EchoEmulatingCapturer::EchoEmulatingCapturer( in EchoEmulatingCapturer() function in webrtc::webrtc_pc_e2e::EchoEmulatingCapturer41 void EchoEmulatingCapturer::OnAudioRendered( in OnAudioRendered()66 bool EchoEmulatingCapturer::Capture(rtc::BufferT<int16_t>* buffer) { in Capture()103 EchoEmulatingCapturer* echo_emulating_capturer) in EchoEmulatingRenderer()
28 class EchoEmulatingCapturer : public TestAudioDeviceModule::Capturer {30 EchoEmulatingCapturer(63 EchoEmulatingCapturer* echo_emulating_capturer);73 EchoEmulatingCapturer* echo_emulating_capturer_;
143 capturer = std::make_unique<EchoEmulatingCapturer>(std::move(capturer), in CreateAudioDeviceModule()147 static_cast<EchoEmulatingCapturer*>(capturer.get())); in CreateAudioDeviceModule()