Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Ddesktop_and_cursor_composer.cc65 class DesktopFrameWithCursor : public DesktopFrame { class
68 DesktopFrameWithCursor(std::unique_ptr<DesktopFrame> frame,
73 ~DesktopFrameWithCursor() override;
84 RTC_DISALLOW_COPY_AND_ASSIGN(DesktopFrameWithCursor);
87 DesktopFrameWithCursor::DesktopFrameWithCursor( in DesktopFrameWithCursor() function in webrtc::__anon85f9f1f60111::DesktopFrameWithCursor
134 DesktopFrameWithCursor::~DesktopFrameWithCursor() { in ~DesktopFrameWithCursor()
225 auto frame_with_cursor = std::make_unique<DesktopFrameWithCursor>( in OnCaptureResult()