/external/webrtc/modules/desktop_capture/ |
D | cropping_window_capturer.cc | 47 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()
|
D | desktop_capturer_wrapper.cc | 40 void DesktopCapturerWrapper::SetExcludedWindow(WindowId window) { in SetExcludedWindow() function in webrtc::DesktopCapturerWrapper 41 base_capturer_->SetExcludedWindow(window); in SetExcludedWindow()
|
D | fallback_desktop_capturer_wrapper.cc | 120 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()
|
D | blank_detector_desktop_capturer_wrapper.cc | 50 void BlankDetectorDesktopCapturerWrapper::SetExcludedWindow(WindowId window) { in SetExcludedWindow() function in webrtc::BlankDetectorDesktopCapturerWrapper 51 capturer_->SetExcludedWindow(window); in SetExcludedWindow()
|
D | desktop_capturer_wrapper.h | 35 void SetExcludedWindow(WindowId window) override;
|
D | desktop_capturer_differ_wrapper.h | 50 void SetExcludedWindow(WindowId window) override;
|
D | desktop_capturer_differ_wrapper.cc | 169 void DesktopCapturerDifferWrapper::SetExcludedWindow(WindowId window) { in SetExcludedWindow() function in webrtc::DesktopCapturerDifferWrapper 170 base_capturer_->SetExcludedWindow(window); in SetExcludedWindow()
|
D | fallback_desktop_capturer_wrapper.h | 44 void SetExcludedWindow(WindowId window) override;
|
D | blank_detector_desktop_capturer_wrapper.h | 45 void SetExcludedWindow(WindowId window) override;
|
D | desktop_capturer.cc | 30 void DesktopCapturer::SetExcludedWindow(WindowId window) {} in SetExcludedWindow() function in webrtc::DesktopCapturer
|
D | desktop_and_cursor_composer.cc | 186 void DesktopAndCursorComposer::SetExcludedWindow(WindowId window) { in SetExcludedWindow() function in webrtc::DesktopAndCursorComposer 187 desktop_capturer_->SetExcludedWindow(window); in SetExcludedWindow()
|
D | cropping_window_capturer.h | 42 void SetExcludedWindow(WindowId window) override;
|
D | desktop_capturer.h | 99 virtual void SetExcludedWindow(WindowId window);
|
D | desktop_and_cursor_composer.h | 55 void SetExcludedWindow(WindowId window) override;
|
/external/webrtc/modules/desktop_capture/mac/ |
D | screen_capturer_mac.h | 51 void SetExcludedWindow(WindowId window) override;
|
D | screen_capturer_mac.mm | 266 void ScreenCapturerMac::SetExcludedWindow(WindowId window) {
|
/external/webrtc/modules/desktop_capture/win/ |
D | screen_capturer_win_magnifier.h | 52 void SetExcludedWindow(WindowId window) override;
|
D | screen_capturer_win_magnifier.cc | 136 void ScreenCapturerWinMagnifier::SetExcludedWindow(WindowId excluded_window) { in SetExcludedWindow() function in webrtc::ScreenCapturerWinMagnifier
|