Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Ddxgicapture.c212 HDESK hdesk; in initialize_output_duplication() local
219 hdesk = OpenInputDesktop (0, FALSE, GENERIC_ALL); in initialize_output_duplication()
220 if (hdesk) { in initialize_output_duplication()
221 if (!SetThreadDesktop (hdesk)) { in initialize_output_duplication()
226 CloseDesktop (hdesk); in initialize_output_duplication()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11screencapture.cpp712 HDESK hdesk = OpenInputDesktop (0, FALSE, GENERIC_ALL); in InitDupl() local
713 if (hdesk) { in InitDupl()
714 if (!SetThreadDesktop (hdesk)) { in InitDupl()
718 CloseDesktop (hdesk); in InitDupl()