Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Dcropping_window_capturer.cc18 CroppingWindowCapturer::CroppingWindowCapturer( in CroppingWindowCapturer() function in webrtc::CroppingWindowCapturer
27 CroppingWindowCapturer::~CroppingWindowCapturer() {} in ~CroppingWindowCapturer()
29 void CroppingWindowCapturer::Start(DesktopCapturer::Callback* callback) { in Start()
34 void CroppingWindowCapturer::Capture(const DesktopRegion& region) { in Capture()
49 void CroppingWindowCapturer::SetExcludedWindow(WindowId window) { in SetExcludedWindow()
56 bool CroppingWindowCapturer::GetWindowList(WindowList* windows) { in GetWindowList()
60 bool CroppingWindowCapturer::SelectWindow(WindowId id) { in SelectWindow()
68 bool CroppingWindowCapturer::BringSelectedWindowToFront() { in BringSelectedWindowToFront()
72 SharedMemory* CroppingWindowCapturer::CreateSharedMemory(size_t size) { in CreateSharedMemory()
76 void CroppingWindowCapturer::OnCaptureCompleted(DesktopFrame* frame) { in OnCaptureCompleted()
[all …]
Dcropping_window_capturer.h24 class CroppingWindowCapturer : public WindowCapturer,
28 virtual ~CroppingWindowCapturer();
46 explicit CroppingWindowCapturer(const DesktopCaptureOptions& options);
Dcropping_window_capturer_win.cc109 class CroppingWindowCapturerWin : public CroppingWindowCapturer {
113 : CroppingWindowCapturer(options) {} in CroppingWindowCapturerWin()
214 CroppingWindowCapturer::Create(const DesktopCaptureOptions& options) { in Create()