Home
last modified time | relevance | path

Searched refs:excluded_window_ (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Dcropping_window_capturer.cc24 excluded_window_(kNullWindowId) { in CroppingWindowCapturer()
38 if (excluded_window_) { in Capture()
39 screen_capturer_->SetExcludedWindow(excluded_window_); in Capture()
50 excluded_window_ = window; in SetExcludedWindow()
Dcropping_window_capturer.h60 WindowId excluded_window() const { return excluded_window_; } in excluded_window()
68 WindowId excluded_window_; variable
Dscreen_capturer_mac.mm281 CGWindowID excluded_window_;
324 excluded_window_(0) {
457 excluded_window_ = window;
668 CFArrayRef window_list = CreateWindowListWithExclusion(excluded_window_);
697 if (excluded_window_ && window_list) {
700 excluded_window_, display_config.dip_to_pixel_scale);
/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.cc46 excluded_window_(NULL), in ScreenCapturerWinMagnifier()
189 excluded_window_ = (HWND)excluded_window; in SetExcludedWindow()
190 if (excluded_window_ && magnifier_initialized_) { in SetExcludedWindow()
192 magnifier_window_, MW_FILTERMODE_EXCLUDE, 1, &excluded_window_); in SetExcludedWindow()
361 if (excluded_window_) { in InitializeMagnifier()
363 magnifier_window_, MW_FILTERMODE_EXCLUDE, 1, &excluded_window_); in InitializeMagnifier()
Dscreen_capturer_win_magnifier.h109 HWND excluded_window_; variable