Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_gdi.cc40 ScreenCapturerWinGdi::ScreenCapturerWinGdi( in ScreenCapturerWinGdi() function in webrtc::ScreenCapturerWinGdi
54 ScreenCapturerWinGdi::~ScreenCapturerWinGdi() { in ~ScreenCapturerWinGdi()
68 void ScreenCapturerWinGdi::SetSharedMemoryFactory( in SetSharedMemoryFactory()
73 void ScreenCapturerWinGdi::CaptureFrame() { in CaptureFrame()
101 bool ScreenCapturerWinGdi::GetSourceList(SourceList* sources) { in GetSourceList()
105 bool ScreenCapturerWinGdi::SelectSource(SourceId id) { in SelectSource()
112 void ScreenCapturerWinGdi::Start(Callback* callback) { in Start()
125 void ScreenCapturerWinGdi::PrepareCaptureResources() { in PrepareCaptureResources()
178 bool ScreenCapturerWinGdi::CaptureImage() { in CaptureImage()
Dscreen_capturer_win_gdi.h33 class ScreenCapturerWinGdi : public DesktopCapturer {
35 explicit ScreenCapturerWinGdi(const DesktopCaptureOptions& options);
36 ~ScreenCapturerWinGdi() override;
78 RTC_DISALLOW_COPY_AND_ASSIGN(ScreenCapturerWinGdi);
/external/webrtc/modules/desktop_capture/
Dscreen_capturer_win.cc39 std::unique_ptr<DesktopCapturer> capturer(new ScreenCapturerWinGdi(options)); in CreateRawScreenCapturer()