Home
last modified time | relevance | path

Searched refs:CreateRawWindowCapturer (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/modules/desktop_capture/
Dwindow_capturer_win.cc19 std::unique_ptr<DesktopCapturer> DesktopCapturer::CreateRawWindowCapturer( in CreateRawWindowCapturer() function in webrtc::DesktopCapturer
25 return WindowCapturerWinGdi::CreateRawWindowCapturer(options); in CreateRawWindowCapturer()
27 return WindowCapturerWinWgc::CreateRawWindowCapturer(options); in CreateRawWindowCapturer()
Dwindow_capturer_linux.cc27 std::unique_ptr<DesktopCapturer> DesktopCapturer::CreateRawWindowCapturer( in CreateRawWindowCapturer() function in webrtc::DesktopCapturer
31 return WindowCapturerPipeWire::CreateRawWindowCapturer(options); in CreateRawWindowCapturer()
36 return WindowCapturerX11::CreateRawWindowCapturer(options); in CreateRawWindowCapturer()
Dwindow_capturer_null.cc66 std::unique_ptr<DesktopCapturer> DesktopCapturer::CreateRawWindowCapturer( in CreateRawWindowCapturer() function in webrtc::DesktopCapturer
Ddesktop_capturer.cc57 std::unique_ptr<DesktopCapturer> capturer = CreateRawWindowCapturer(options); in CreateWindowCapturer()
Ddesktop_capturer.h148 static std::unique_ptr<DesktopCapturer> CreateRawWindowCapturer(
Dcropping_window_capturer.cc26 window_capturer_(DesktopCapturer::CreateRawWindowCapturer(options)), in CroppingWindowCapturer()
Dwindow_capturer_mac.mm192 std::unique_ptr<DesktopCapturer> DesktopCapturer::CreateRawWindowCapturer(
/external/webrtc/modules/desktop_capture/linux/
Dwindow_capturer_pipewire.cc24 WindowCapturerPipeWire::CreateRawWindowCapturer( in CreateRawWindowCapturer() function in webrtc::WindowCapturerPipeWire
Dwindow_capturer_pipewire.h25 static std::unique_ptr<DesktopCapturer> CreateRawWindowCapturer(
Dwindow_capturer_x11.h38 static std::unique_ptr<DesktopCapturer> CreateRawWindowCapturer(
Dwindow_capturer_x11.cc240 std::unique_ptr<DesktopCapturer> WindowCapturerX11::CreateRawWindowCapturer( in CreateRawWindowCapturer() function in webrtc::WindowCapturerX11
/external/webrtc/modules/desktop_capture/win/
Dwindow_capturer_win_wgc.h32 static std::unique_ptr<DesktopCapturer> CreateRawWindowCapturer(
Dwindow_capturer_win_wgc.cc49 std::unique_ptr<DesktopCapturer> WindowCapturerWinWgc::CreateRawWindowCapturer( in CreateRawWindowCapturer() function in webrtc::WindowCapturerWinWgc
Dwindow_capturer_win_gdi.h35 static std::unique_ptr<DesktopCapturer> CreateRawWindowCapturer(
Dwindow_capturer_win_gdi.cc362 std::unique_ptr<DesktopCapturer> WindowCapturerWinGdi::CreateRawWindowCapturer( in CreateRawWindowCapturer() function in webrtc::WindowCapturerWinGdi