Home
last modified time | relevance | path

Searched refs:SetSharedMemoryFactory (Results 1 – 24 of 24) sorted by relevance

/external/webrtc/modules/desktop_capture/
Dfallback_desktop_capturer_wrapper.cc95 void FallbackDesktopCapturerWrapper::SetSharedMemoryFactory( in SetSharedMemoryFactory() function in webrtc::FallbackDesktopCapturerWrapper
99 main_capturer_->SetSharedMemoryFactory( in SetSharedMemoryFactory()
101 secondary_capturer_->SetSharedMemoryFactory( in SetSharedMemoryFactory()
104 main_capturer_->SetSharedMemoryFactory( in SetSharedMemoryFactory()
106 secondary_capturer_->SetSharedMemoryFactory( in SetSharedMemoryFactory()
Ddesktop_capturer_wrapper.cc31 void DesktopCapturerWrapper::SetSharedMemoryFactory( in SetSharedMemoryFactory() function in webrtc::DesktopCapturerWrapper
33 base_capturer_->SetSharedMemoryFactory(std::move(shared_memory_factory)); in SetSharedMemoryFactory()
Dcropping_window_capturer.cc37 void CroppingWindowCapturer::SetSharedMemoryFactory( in SetSharedMemoryFactory() function in webrtc::CroppingWindowCapturer
39 window_capturer_->SetSharedMemoryFactory(std::move(shared_memory_factory)); in SetSharedMemoryFactory()
Dblank_detector_desktop_capturer_wrapper.cc40 void BlankDetectorDesktopCapturerWrapper::SetSharedMemoryFactory( in SetSharedMemoryFactory() function in webrtc::BlankDetectorDesktopCapturerWrapper
42 capturer_->SetSharedMemoryFactory(std::move(shared_memory_factory)); in SetSharedMemoryFactory()
Dscreen_capturer_unittest.cc160 capturer_->SetSharedMemoryFactory( in TEST_F()
207 capturer_->SetSharedMemoryFactory( in TEST_F()
Ddesktop_capturer_wrapper.h32 void SetSharedMemoryFactory(
Ddesktop_capturer_differ_wrapper.cc160 void DesktopCapturerDifferWrapper::SetSharedMemoryFactory( in SetSharedMemoryFactory() function in webrtc::DesktopCapturerDifferWrapper
162 base_capturer_->SetSharedMemoryFactory(std::move(shared_memory_factory)); in SetSharedMemoryFactory()
Ddesktop_capturer_differ_wrapper.h47 void SetSharedMemoryFactory(
Dfake_desktop_capturer.h57 void SetSharedMemoryFactory(
Ddesktop_and_cursor_composer.cc175 void DesktopAndCursorComposer::SetSharedMemoryFactory( in SetSharedMemoryFactory() function in webrtc::DesktopAndCursorComposer
177 desktop_capturer_->SetSharedMemoryFactory(std::move(shared_memory_factory)); in SetSharedMemoryFactory()
Dfallback_desktop_capturer_wrapper.h41 void SetSharedMemoryFactory(
Dblank_detector_desktop_capturer_wrapper.h42 void SetSharedMemoryFactory(
Ddesktop_capturer.cc27 void DesktopCapturer::SetSharedMemoryFactory( in SetSharedMemoryFactory() function in webrtc::DesktopCapturer
Dcropping_window_capturer.h39 void SetSharedMemoryFactory(
Dfake_desktop_capturer.cc69 void FakeDesktopCapturer::SetSharedMemoryFactory( in SetSharedMemoryFactory() function in webrtc::FakeDesktopCapturer
Ddesktop_capturer.h89 virtual void SetSharedMemoryFactory(
Ddesktop_and_cursor_composer.h52 void SetSharedMemoryFactory(
Dfallback_desktop_capturer_wrapper_unittest.cc185 wrapper_->SetSharedMemoryFactory( in TEST_F()
/external/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_gdi.h40 void SetSharedMemoryFactory(
Dscreen_capturer_win_directx.h78 void SetSharedMemoryFactory(
Dscreen_capturer_win_magnifier.h47 void SetSharedMemoryFactory(
Dscreen_capturer_win_gdi.cc68 void ScreenCapturerWinGdi::SetSharedMemoryFactory( in SetSharedMemoryFactory() function in webrtc::ScreenCapturerWinGdi
Dscreen_capturer_win_directx.cc113 void ScreenCapturerWinDirectx::SetSharedMemoryFactory( in SetSharedMemoryFactory() function in webrtc::ScreenCapturerWinDirectx
Dscreen_capturer_win_magnifier.cc72 void ScreenCapturerWinMagnifier::SetSharedMemoryFactory( in SetSharedMemoryFactory() function in webrtc::ScreenCapturerWinMagnifier