Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_x11.cc36 class ScreenCapturerLinux : public ScreenCapturer, class
39 ScreenCapturerLinux();
40 virtual ~ScreenCapturerLinux();
117 RTC_DISALLOW_COPY_AND_ASSIGN(ScreenCapturerLinux);
120 ScreenCapturerLinux::ScreenCapturerLinux() in ScreenCapturerLinux() function in webrtc::__anon791a27d30111::ScreenCapturerLinux
135 ScreenCapturerLinux::~ScreenCapturerLinux() { in ~ScreenCapturerLinux()
144 bool ScreenCapturerLinux::Init(const DesktopCaptureOptions& options) { in Init()
187 void ScreenCapturerLinux::InitXDamage() { in InitXDamage()
228 void ScreenCapturerLinux::Start(Callback* callback) { in Start()
235 void ScreenCapturerLinux::Capture(const DesktopRegion& region) { in Capture()
[all …]