Home
last modified time | relevance | path

Searched refs:current_screen_id_ (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_directx.cc131 if (current_screen_id_ == kFullDesktopScreenId) { in CaptureFrame()
135 current_screen_id_); in CaptureFrame()
160 RTC_LOG(LS_ERROR) << "Invalid monitor id " << current_screen_id_; in CaptureFrame()
196 current_screen_id_ = id; in SelectSource()
211 current_screen_id_ = index; in SelectSource()
Dscreen_capturer_win_gdi.cc108 current_screen_id_ = id; in SelectSource()
180 GetScreenRect(current_screen_id_, current_device_key_); in CaptureImage()
Dscreen_capturer_win_gdi.h61 SourceId current_screen_id_ = kFullDesktopScreenId; variable
Dscreen_capturer_win_directx.h89 SourceId current_screen_id_ = kFullDesktopScreenId; variable
Dscreen_capturer_win_magnifier.cc101 DesktopRect rect = GetScreenRect(current_screen_id_, current_device_key_); in CaptureFrame()
129 current_screen_id_ = id; in SelectSource()
Dscreen_capturer_win_magnifier.h103 ScreenId current_screen_id_ = kFullDesktopScreenId; variable