Searched refs:window_capturer_ (Results 1 – 2 of 2) sorted by relevance
26 window_capturer_(DesktopCapturer::CreateRawWindowCapturer(options)), in CroppingWindowCapturer()34 window_capturer_->Start(callback); in Start()39 window_capturer_->SetSharedMemoryFactory(std::move(shared_memory_factory)); in SetSharedMemoryFactory()53 window_capturer_->CaptureFrame(); in CaptureFrame()65 return window_capturer_->GetSourceList(sources); in GetSourceList()69 if (window_capturer_->SelectSource(id)) { in SelectSource()77 return window_capturer_->FocusOnSelectedSource(); in FocusOnSelectedSource()85 window_capturer_->CaptureFrame(); in OnCaptureResult()109 if (window_capturer_->IsOccluded(pos)) { in IsOccluded()
71 DesktopCapturer* window_capturer() const { return window_capturer_.get(); } in window_capturer()76 std::unique_ptr<DesktopCapturer> window_capturer_; variable