Home
last modified time | relevance | path

Searched refs:SetExcludedWindow (Results 1 – 18 of 18) sorted by relevance

/external/webrtc/modules/desktop_capture/
Dcropping_window_capturer.cc47 screen_capturer_->SetExcludedWindow(excluded_window_); in CaptureFrame()
57 void CroppingWindowCapturer::SetExcludedWindow(WindowId window) { in SetExcludedWindow() function in webrtc::CroppingWindowCapturer
60 screen_capturer_->SetExcludedWindow(window); in SetExcludedWindow()
Ddesktop_capturer_wrapper.cc40 void DesktopCapturerWrapper::SetExcludedWindow(WindowId window) { in SetExcludedWindow() function in webrtc::DesktopCapturerWrapper
41 base_capturer_->SetExcludedWindow(window); in SetExcludedWindow()
Dfallback_desktop_capturer_wrapper.cc120 void FallbackDesktopCapturerWrapper::SetExcludedWindow(WindowId window) { in SetExcludedWindow() function in webrtc::FallbackDesktopCapturerWrapper
121 main_capturer_->SetExcludedWindow(window); in SetExcludedWindow()
122 secondary_capturer_->SetExcludedWindow(window); in SetExcludedWindow()
Dblank_detector_desktop_capturer_wrapper.cc50 void BlankDetectorDesktopCapturerWrapper::SetExcludedWindow(WindowId window) { in SetExcludedWindow() function in webrtc::BlankDetectorDesktopCapturerWrapper
51 capturer_->SetExcludedWindow(window); in SetExcludedWindow()
Ddesktop_capturer_wrapper.h35 void SetExcludedWindow(WindowId window) override;
Ddesktop_capturer_differ_wrapper.h50 void SetExcludedWindow(WindowId window) override;
Ddesktop_capturer_differ_wrapper.cc169 void DesktopCapturerDifferWrapper::SetExcludedWindow(WindowId window) { in SetExcludedWindow() function in webrtc::DesktopCapturerDifferWrapper
170 base_capturer_->SetExcludedWindow(window); in SetExcludedWindow()
Dfallback_desktop_capturer_wrapper.h44 void SetExcludedWindow(WindowId window) override;
Dblank_detector_desktop_capturer_wrapper.h45 void SetExcludedWindow(WindowId window) override;
Ddesktop_capturer.cc30 void DesktopCapturer::SetExcludedWindow(WindowId window) {} in SetExcludedWindow() function in webrtc::DesktopCapturer
Ddesktop_and_cursor_composer.cc186 void DesktopAndCursorComposer::SetExcludedWindow(WindowId window) { in SetExcludedWindow() function in webrtc::DesktopAndCursorComposer
187 desktop_capturer_->SetExcludedWindow(window); in SetExcludedWindow()
Dcropping_window_capturer.h42 void SetExcludedWindow(WindowId window) override;
Ddesktop_capturer.h99 virtual void SetExcludedWindow(WindowId window);
Ddesktop_and_cursor_composer.h55 void SetExcludedWindow(WindowId window) override;
/external/webrtc/modules/desktop_capture/mac/
Dscreen_capturer_mac.h51 void SetExcludedWindow(WindowId window) override;
Dscreen_capturer_mac.mm266 void ScreenCapturerMac::SetExcludedWindow(WindowId window) {
/external/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.h52 void SetExcludedWindow(WindowId window) override;
Dscreen_capturer_win_magnifier.cc136 void ScreenCapturerWinMagnifier::SetExcludedWindow(WindowId excluded_window) { in SetExcludedWindow() function in webrtc::ScreenCapturerWinMagnifier