Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Dfull_screen_window_detector.cc60 DesktopCapturer::SourceList window_list; in UpdateWindowListIfNeeded() local
61 if (get_sources(&window_list)) { in UpdateWindowListIfNeeded()
63 window_list_.swap(window_list); in UpdateWindowListIfNeeded()
Dfull_screen_application_handler.h33 const DesktopCapturer::SourceList& window_list,
/external/webrtc/modules/desktop_capture/win/
Dfull_screen_win_application_handler.cc75 const DesktopCapturer::SourceList& window_list, in FindFullScreenWindow() argument
77 if (window_list.empty()) in FindFullScreenWindow()
84 GetProcessWindows(window_list, process_id, original_window); in FindFullScreenWindow()
/external/webrtc/modules/desktop_capture/mac/
Dscreen_capturer_mac.mm128 // Create an image of the given region using the given |window_list|.
133 CFArrayRef window_list) {
143 CGWindowListCreateImageFromArray(window_bounds, window_list, kCGWindowImageDefault));
320 CFArrayRef window_list = CreateWindowListWithExclusion(excluded_window_);
345 if (excluded_window_ && window_list) {
355 excluded_window_bounds, display_config.dip_to_pixel_scale, window_list);
411 if (window_list) CFRelease(window_list);