Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/linux/
Dbase_capturer_pipewire.cc54 void BaseCapturerPipeWire::OnStateChanged(void* data, in OnStateChanged()
58 BaseCapturerPipeWire* that = static_cast<BaseCapturerPipeWire*>(data); in OnStateChanged()
79 void BaseCapturerPipeWire::OnStreamStateChanged(void* data, in OnStreamStateChanged()
83 BaseCapturerPipeWire* that = static_cast<BaseCapturerPipeWire*>(data); in OnStreamStateChanged()
103 void BaseCapturerPipeWire::OnStreamFormatChanged(void* data, in OnStreamFormatChanged()
105 BaseCapturerPipeWire* that = static_cast<BaseCapturerPipeWire*>(data); in OnStreamFormatChanged()
163 void BaseCapturerPipeWire::OnStreamProcess(void* data) { in OnStreamProcess()
164 BaseCapturerPipeWire* that = static_cast<BaseCapturerPipeWire*>(data); in OnStreamProcess()
178 BaseCapturerPipeWire::BaseCapturerPipeWire(CaptureSourceType source_type) in BaseCapturerPipeWire() function in webrtc::BaseCapturerPipeWire
181 BaseCapturerPipeWire::~BaseCapturerPipeWire() { in ~BaseCapturerPipeWire()
[all …]
Dbase_capturer_pipewire.h33 class BaseCapturerPipeWire : public DesktopCapturer {
37 explicit BaseCapturerPipeWire(CaptureSourceType source_type);
38 ~BaseCapturerPipeWire() override;
67 BaseCapturerPipeWire::CaptureSourceType::Screen;
163 RTC_DISALLOW_COPY_AND_ASSIGN(BaseCapturerPipeWire);
Dwindow_capturer_pipewire.cc19 : BaseCapturerPipeWire(BaseCapturerPipeWire::CaptureSourceType::Window) {} in WindowCapturerPipeWire()
Dscreen_capturer_pipewire.cc19 : BaseCapturerPipeWire(BaseCapturerPipeWire::CaptureSourceType::Screen) {} in ScreenCapturerPipeWire()
Dwindow_capturer_pipewire.h20 class WindowCapturerPipeWire : public BaseCapturerPipeWire {
Dscreen_capturer_pipewire.h20 class ScreenCapturerPipeWire : public BaseCapturerPipeWire {