HomeSort by relevance Sort by last modified time
    Searched full:current_screen_id_ (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_gdi.h 55 ScreenId current_screen_id_; member in class:webrtc::ScreenCapturerWinGdi
screen_capturer_win_magnifier.cc 45 current_screen_id_(kFullDesktopScreenId),
117 DesktopRect rect = GetScreenRect(current_screen_id_, current_device_key_);
177 // Set current_screen_id_ even if the fallback capturer is being used, so we
180 current_screen_id_ = id;
446 fallback_capturer_->SelectScreen(current_screen_id_);
screen_capturer_win_gdi.cc 41 current_screen_id_(kFullDesktopScreenId),
142 current_screen_id_ = id;
227 GetScreenRect(current_screen_id_, current_device_key_);
screen_capturer_win_magnifier.h 107 ScreenId current_screen_id_; member in class:webrtc::ScreenCapturerWinMagnifier

Completed in 244 milliseconds