Home
last modified time | relevance | path

Searched refs:window_capture_helper_ (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/modules/desktop_capture/win/
Dselected_window_context.cc21 window_capture_helper_(window_capture_helper) { in SelectedWindowContext()
48 return window_capture_helper_->AreWindowsOverlapping(hwnd, selected_window_, in IsWindowOverlappingSelectedWindow()
57 return window_capture_helper_; in window_capture_helper()
Dwindow_capturer_win_gdi.cc97 if (!window_capture_helper_.EnumerateCapturableWindows(sources)) in GetSourceList()
191 !window_capture_helper_.IsWindowVisibleOnCurrentDesktop(window_)) { in CaptureFrame()
278 if (!result && (!window_capture_helper_.IsAeroEnabled() || in CaptureFrame()
317 &window_capture_helper_, in CaptureFrame()
Dselected_window_context.h38 WindowCaptureHelperWin* const window_capture_helper_; variable
Dwindow_capturer_win_wgc.h47 WindowCaptureHelperWin window_capture_helper_; variable
Dwindow_capturer_win_wgc.cc23 return window_capture_helper_.EnumerateCapturableWindows(sources); in GetSourceList()
Dwindow_capturer_win_gdi.h62 WindowCaptureHelperWin window_capture_helper_; variable
/external/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc149 WindowCaptureHelperWin window_capture_helper_; member in webrtc::__anon4678f0710111::CroppingWindowCapturerWin
173 if (!rtc::IsWindows8OrLater() && window_capture_helper_.IsAeroEnabled()) { in ShouldUseScreenCapturer()
179 if (!window_capture_helper_.IsWindowVisibleOnCurrentDesktop(selected)) { in ShouldUseScreenCapturer()
254 content_rect, &window_capture_helper_); in ShouldUseScreenCapturer()