Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dscreenshot.c50 # ifndef DISPLAY_DEVICE_ACTIVE
51 # define DISPLAY_DEVICE_ACTIVE 0x00000001 macro
157 if ((device.StateFlags & DISPLAY_DEVICE_ACTIVE) != DISPLAY_DEVICE_ACTIVE) in ReadSCREENSHOTImage()
/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capture_utils.cc32 if (!(device.StateFlags & DISPLAY_DEVICE_ACTIVE)) in GetScreenList()