Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/osr/
Dvideo_consumer_osr.cc32 : view_(view), video_capturer_(view->CreateVideoCapturer()) { in CefVideoConsumerOSR()
33 video_capturer_->SetFormat(media::PIXEL_FORMAT_ARGB); in CefVideoConsumerOSR()
37 video_capturer_->SetAutoThrottlingEnabled(false); in CefVideoConsumerOSR()
38 video_capturer_->SetMinSizeChangePeriod(base::TimeDelta()); in CefVideoConsumerOSR()
48 video_capturer_->Start(this, viz::mojom::BufferFormatPreference::kDefault); in SetActive()
50 video_capturer_->Stop(); in SetActive()
55 video_capturer_->SetMinCapturePeriod(frame_rate); in SetFrameRate()
64 video_capturer_->SetResolutionConstraints(size_in_pixels, size_in_pixels, in SizeChanged()
71 video_capturer_->RequestRefreshFrame(); in RequestRefreshFrame()
Dvideo_consumer_osr.h37 std::unique_ptr<viz::ClientFrameSinkVideoCapturer> video_capturer_; variable