Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Dscreen_capturer_linux.cc30 if (options.allow_pipewire() && DesktopCapturer::IsRunningUnderWayland()) { in CreateRawScreenCapturer()
Dwindow_capturer_linux.cc30 if (options.allow_pipewire() && DesktopCapturer::IsRunningUnderWayland()) { in CreateRawWindowCapturer()
Ddesktop_capture_options.h132 bool allow_pipewire() const { return allow_pipewire_; } in allow_pipewire() function