Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/win/
Dwindow_capturer_win_gdi.h25 class WindowCapturerWinGdi : public DesktopCapturer {
27 explicit WindowCapturerWinGdi(bool enumerate_current_process_windows);
30 WindowCapturerWinGdi(const WindowCapturerWinGdi&) = delete;
31 WindowCapturerWinGdi& operator=(const WindowCapturerWinGdi&) = delete;
33 ~WindowCapturerWinGdi() override;
73 std::unique_ptr<WindowCapturerWinGdi> owned_window_capturer_;
Dwindow_capturer_win_gdi.cc98 WindowCapturerWinGdi::WindowCapturerWinGdi( in WindowCapturerWinGdi() function in webrtc::WindowCapturerWinGdi
101 WindowCapturerWinGdi::~WindowCapturerWinGdi() {} in ~WindowCapturerWinGdi()
103 bool WindowCapturerWinGdi::GetSourceList(SourceList* sources) { in GetSourceList()
118 bool WindowCapturerWinGdi::SelectSource(SourceId id) { in SelectSource()
130 bool WindowCapturerWinGdi::FocusOnSelectedSource() { in FocusOnSelectedSource()
140 bool WindowCapturerWinGdi::IsOccluded(const DesktopVector& pos) { in IsOccluded()
150 void WindowCapturerWinGdi::Start(Callback* callback) { in Start()
158 void WindowCapturerWinGdi::CaptureFrame() { in CaptureFrame()
180 WindowCapturerWinGdi::CaptureResults WindowCapturerWinGdi::CaptureFrame( in CaptureFrame()
359 owned_window_capturer_ = std::make_unique<WindowCapturerWinGdi>( in CaptureFrame()
[all …]
/external/webrtc/modules/desktop_capture/
Dwindow_capturer_win.cc28 WindowCapturerWinGdi::CreateRawWindowCapturer(options)); in CreateRawWindowCapturer()