Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Dcropping_window_capturer_win.cc141 DesktopRect GetWindowRectInVirtualScreen() override;
285 DesktopRect CroppingWindowCapturerWin::GetWindowRectInVirtualScreen() { in GetWindowRectInVirtualScreen() function in webrtc::__anon7aa77fe00111::CroppingWindowCapturerWin
H A Dcropping_window_capturer.h67 virtual DesktopRect GetWindowRectInVirtualScreen() = 0;
H A Dcropping_window_capturer.cc95 DesktopRect window_rect = GetWindowRectInVirtualScreen(); in OnCaptureResult()