Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/linux/
Dwindow_capturer_x11.cc35 WindowCapturerX11::WindowCapturerX11(const DesktopCaptureOptions& options) in WindowCapturerX11() function in webrtc::WindowCapturerX11
52 WindowCapturerX11::~WindowCapturerX11() { in ~WindowCapturerX11()
56 bool WindowCapturerX11::GetSourceList(SourceList* sources) { in GetSourceList()
67 bool WindowCapturerX11::SelectSource(SourceId id) { in SelectSource()
88 bool WindowCapturerX11::FocusOnSelectedSource() { in FocusOnSelectedSource()
134 void WindowCapturerX11::Start(Callback* callback) { in Start()
141 void WindowCapturerX11::CaptureFrame() { in CaptureFrame()
187 bool WindowCapturerX11::IsOccluded(const DesktopVector& pos) { in IsOccluded()
192 bool WindowCapturerX11::HandleXEvent(const XEvent& event) { in HandleXEvent()
210 bool WindowCapturerX11::GetWindowTitle(::Window window, std::string* title) { in GetWindowTitle()
[all …]
Dwindow_capturer_x11.h32 class WindowCapturerX11 : public DesktopCapturer,
35 explicit WindowCapturerX11(const DesktopCaptureOptions& options);
36 ~WindowCapturerX11() override;
69 RTC_DISALLOW_COPY_AND_ASSIGN(WindowCapturerX11);
/external/webrtc/modules/desktop_capture/
Dwindow_capturer_linux.cc36 return WindowCapturerX11::CreateRawWindowCapturer(options); in CreateRawWindowCapturer()