Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Dcropping_window_capturer.cc44 if (!screen_capturer_.get()) { in CaptureFrame()
45 screen_capturer_ = DesktopCapturer::CreateRawScreenCapturer(options_); in CaptureFrame()
47 screen_capturer_->SetExcludedWindow(excluded_window_); in CaptureFrame()
49 screen_capturer_->Start(this); in CaptureFrame()
51 screen_capturer_->CaptureFrame(); in CaptureFrame()
59 if (screen_capturer_.get()) { in SetExcludedWindow()
60 screen_capturer_->SetExcludedWindow(window); in SetExcludedWindow()
112 if (screen_capturer_ != nullptr && screen_capturer_->IsOccluded(pos)) { in IsOccluded()
Dcropping_window_capturer.h77 std::unique_ptr<DesktopCapturer> screen_capturer_; variable