Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dmacwindowpicker.cc180 const uint32_t kMaxDisplays = 128; in GetDesktopList() local
181 CGDirectDisplayID active_displays[kMaxDisplays]; in GetDesktopList()
184 CGError err = CGGetActiveDisplayList(kMaxDisplays, in GetDesktopList()