Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc129 class CroppingWindowCapturerWin : public CroppingWindowCapturer { class
131 explicit CroppingWindowCapturerWin(const DesktopCaptureOptions& options) in CroppingWindowCapturerWin() function in webrtc::__anoncf3b6d6a0111::CroppingWindowCapturerWin
154 void CroppingWindowCapturerWin::CaptureFrame() { in CaptureFrame()
172 bool CroppingWindowCapturerWin::ShouldUseScreenCapturer() { in ShouldUseScreenCapturer()
258 DesktopRect CroppingWindowCapturerWin::GetWindowRectInVirtualScreen() { in GetWindowRectInVirtualScreen()
277 WindowId CroppingWindowCapturerWin::GetWindowToCapture() const { in GetWindowToCapture()
292 new CroppingWindowCapturerWin(options)); in CreateCapturer()