Home
last modified time | relevance | path

Searched refs:full_screen_window_detector (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Dwindow_capturer_mac.mm50 rtc::scoped_refptr<FullScreenWindowDetector> full_screen_window_detector,
79 rtc::scoped_refptr<FullScreenWindowDetector> full_screen_window_detector,
81 : full_screen_window_detector_(std::move(full_screen_window_detector)),
207 options.full_screen_window_detector(), options.configuration_monitor()));
H A DBUILD.gn323 "full_screen_window_detector.cc",
324 "full_screen_window_detector.h",
626 "full_screen_window_detector.h",
H A Ddesktop_capture_options.h78 full_screen_window_detector() const { in full_screen_window_detector() function
H A Dcropping_window_capturer_win.cc135 full_screen_window_detector_(options.full_screen_window_detector()) {} in CroppingWindowCapturerWin()