Home
last modified time | relevance | path

Searched refs:full_screen_window_detector_ (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc133 full_screen_window_detector_(options.full_screen_window_detector()) {} in CroppingWindowCapturerWin()
151 rtc::scoped_refptr<FullScreenWindowDetector> full_screen_window_detector_; member in webrtc::__anon4678f0710111::CroppingWindowCapturerWin
159 if (full_screen_window_detector_) { in CaptureFrame()
160 full_screen_window_detector_->UpdateWindowListIfNeeded( in CaptureFrame()
280 full_screen_window_detector_ in GetWindowToCapture()
281 ? full_screen_window_detector_->FindFullScreenWindow(selected_source) in GetWindowToCapture()
Ddesktop_capture_options.h71 return full_screen_window_detector_; in full_screen_window_detector()
75 full_screen_window_detector_ = detector; in set_full_screen_window_detector()
146 rtc::scoped_refptr<FullScreenWindowDetector> full_screen_window_detector_; variable
Dwindow_capturer_mac.mm69 rtc::scoped_refptr<FullScreenWindowDetector> full_screen_window_detector_;
81 : full_screen_window_detector_(std::move(full_screen_window_detector)),
161 if (full_screen_window_detector_) {
162 full_screen_window_detector_->UpdateWindowListIfNeeded(
167 CGWindowID full_screen_window = full_screen_window_detector_->FindFullScreenWindow(window_id_);