Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/osr/
Dvideo_consumer_osr.cc31 CefVideoConsumerOSR::CefVideoConsumerOSR(CefRenderWidgetHostViewOSR* view) in CefVideoConsumerOSR() function in CefVideoConsumerOSR
44 CefVideoConsumerOSR::~CefVideoConsumerOSR() = default;
46 void CefVideoConsumerOSR::SetActive(bool active) { in SetActive()
54 void CefVideoConsumerOSR::SetFrameRate(base::TimeDelta frame_rate) { in SetFrameRate()
58 void CefVideoConsumerOSR::SizeChanged(const gfx::Size& size_in_pixels) { in SizeChanged()
68 void CefVideoConsumerOSR::RequestRefreshFrame( in RequestRefreshFrame()
82 void CefVideoConsumerOSR::OnFrameCaptured( in OnFrameCaptured()
143 void CefVideoConsumerOSR::OnStopped() {} in OnStopped()
145 void CefVideoConsumerOSR::OnLog(const std::string& message) {} in OnLog()
Dvideo_consumer_osr.h11 class CefVideoConsumerOSR : public viz::mojom::FrameSinkVideoConsumer {
13 explicit CefVideoConsumerOSR(CefRenderWidgetHostViewOSR* view);
15 CefVideoConsumerOSR(const CefVideoConsumerOSR&) = delete;
16 CefVideoConsumerOSR& operator=(const CefVideoConsumerOSR&) = delete;
18 ~CefVideoConsumerOSR() override;
Drender_widget_host_view_osr.h62 class CefVideoConsumerOSR; variable
373 std::unique_ptr<CefVideoConsumerOSR> video_consumer_;
Drender_widget_host_view_osr.cc382 video_consumer_.reset(new CefVideoConsumerOSR(this)); in ShowWithVisibility()
/third_party/chromium/patch/
D0003-ohos-1115.patch20075 video_consumer_.reset(new CefVideoConsumerOSR(this));
20078 + // video_consumer_.reset(new CefVideoConsumerOSR(this));
20574 class CefVideoConsumerOSR;