Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/win/
Dwindow_capture_utils.h89 bool IsAeroEnabled();
Dwindow_capture_utils.cc248 bool WindowCaptureHelperWin::IsAeroEnabled() { in IsAeroEnabled() function in webrtc::WindowCaptureHelperWin
Dwindow_capturer_win_gdi.cc278 if (!result && (!window_capture_helper_.IsAeroEnabled() || in CaptureFrame()
/external/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc173 if (!rtc::IsWindows8OrLater() && window_capture_helper_.IsAeroEnabled()) { in ShouldUseScreenCapturer()