Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/win/
Dwindow_capturer_win_gdi.cc324 if (!owned_window_capturer_) { in CaptureFrame()
325 owned_window_capturer_ = std::make_unique<WindowCapturerWinGdi>(); in CaptureFrame()
333 if (owned_window_capturer_->SelectSource( in CaptureFrame()
335 CaptureResults results = owned_window_capturer_->CaptureFrame( in CaptureFrame()
Dwindow_capturer_win_gdi.h71 std::unique_ptr<WindowCapturerWinGdi> owned_window_capturer_; variable