Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Dcropping_window_capturer.cc28 excluded_window_(kNullWindowId) {} in CroppingWindowCapturer()
46 if (excluded_window_) { in CaptureFrame()
47 screen_capturer_->SetExcludedWindow(excluded_window_); in CaptureFrame()
58 excluded_window_ = window; in SetExcludedWindow()
Dcropping_window_capturer.h70 WindowId excluded_window() const { return excluded_window_; } in excluded_window()
79 WindowId excluded_window_; variable
/external/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.cc137 excluded_window_ = (HWND)excluded_window; in SetExcludedWindow()
138 if (excluded_window_ && magnifier_initialized_) { in SetExcludedWindow()
140 &excluded_window_); in SetExcludedWindow()
309 if (excluded_window_) { in InitializeMagnifier()
311 magnifier_window_, MW_FILTERMODE_EXCLUDE, 1, &excluded_window_); in InitializeMagnifier()
Dscreen_capturer_win_magnifier.h105 HWND excluded_window_ = NULL; variable
/external/webrtc/modules/desktop_capture/mac/
Dscreen_capturer_mac.h104 CGWindowID excluded_window_ = 0; variable
Dscreen_capturer_mac.mm267 excluded_window_ = window;
320 CFArrayRef window_list = CreateWindowListWithExclusion(excluded_window_);
345 if (excluded_window_ && window_list) {
348 GetExcludedWindowPixelBounds(excluded_window_, display_config.dip_to_pixel_scale);