Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/linux/
Dscreen_capturer_pipewire.cc18 ScreenCapturerPipeWire::ScreenCapturerPipeWire() in ScreenCapturerPipeWire() function in webrtc::ScreenCapturerPipeWire
20 ScreenCapturerPipeWire::~ScreenCapturerPipeWire() {} in ~ScreenCapturerPipeWire()
24 ScreenCapturerPipeWire::CreateRawScreenCapturer( in CreateRawScreenCapturer()
26 return std::make_unique<ScreenCapturerPipeWire>(); in CreateRawScreenCapturer()
Dscreen_capturer_pipewire.h20 class ScreenCapturerPipeWire : public BaseCapturerPipeWire {
22 ScreenCapturerPipeWire();
23 ~ScreenCapturerPipeWire() override;
28 RTC_DISALLOW_COPY_AND_ASSIGN(ScreenCapturerPipeWire);
/external/webrtc/modules/desktop_capture/
Dscreen_capturer_linux.cc31 return ScreenCapturerPipeWire::CreateRawScreenCapturer(options); in CreateRawScreenCapturer()