Searched refs:CreateRawWindowCapturer (Results 1 – 15 of 15) sorted by relevance
19 std::unique_ptr<DesktopCapturer> DesktopCapturer::CreateRawWindowCapturer( in CreateRawWindowCapturer() function in webrtc::DesktopCapturer25 return WindowCapturerWinGdi::CreateRawWindowCapturer(options); in CreateRawWindowCapturer()27 return WindowCapturerWinWgc::CreateRawWindowCapturer(options); in CreateRawWindowCapturer()
27 std::unique_ptr<DesktopCapturer> DesktopCapturer::CreateRawWindowCapturer( in CreateRawWindowCapturer() function in webrtc::DesktopCapturer31 return WindowCapturerPipeWire::CreateRawWindowCapturer(options); in CreateRawWindowCapturer()36 return WindowCapturerX11::CreateRawWindowCapturer(options); in CreateRawWindowCapturer()
66 std::unique_ptr<DesktopCapturer> DesktopCapturer::CreateRawWindowCapturer( in CreateRawWindowCapturer() function in webrtc::DesktopCapturer
57 std::unique_ptr<DesktopCapturer> capturer = CreateRawWindowCapturer(options); in CreateWindowCapturer()
148 static std::unique_ptr<DesktopCapturer> CreateRawWindowCapturer(
26 window_capturer_(DesktopCapturer::CreateRawWindowCapturer(options)), in CroppingWindowCapturer()
192 std::unique_ptr<DesktopCapturer> DesktopCapturer::CreateRawWindowCapturer(
24 WindowCapturerPipeWire::CreateRawWindowCapturer( in CreateRawWindowCapturer() function in webrtc::WindowCapturerPipeWire
25 static std::unique_ptr<DesktopCapturer> CreateRawWindowCapturer(
38 static std::unique_ptr<DesktopCapturer> CreateRawWindowCapturer(
240 std::unique_ptr<DesktopCapturer> WindowCapturerX11::CreateRawWindowCapturer( in CreateRawWindowCapturer() function in webrtc::WindowCapturerX11
32 static std::unique_ptr<DesktopCapturer> CreateRawWindowCapturer(
49 std::unique_ptr<DesktopCapturer> WindowCapturerWinWgc::CreateRawWindowCapturer( in CreateRawWindowCapturer() function in webrtc::WindowCapturerWinWgc
35 static std::unique_ptr<DesktopCapturer> CreateRawWindowCapturer(
362 std::unique_ptr<DesktopCapturer> WindowCapturerWinGdi::CreateRawWindowCapturer( in CreateRawWindowCapturer() function in webrtc::WindowCapturerWinGdi