Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Ddxgicapture.c1186 MONITORINFOEXA monitor_info; in monitor_enum_proc_by_name() local
1189 monitor_info.cbSize = sizeof (monitor_info); in monitor_enum_proc_by_name()
1190 if (GetMonitorInfoA (hmonitor, (MONITORINFO *) & monitor_info)) { in monitor_enum_proc_by_name()
1191 if (0 == g_strcmp0 (monitor_info.szDevice, param->device_name)) { in monitor_enum_proc_by_name()
1212 MONITORINFOEXA monitor_info; in monitor_enum_proc_primary() local
1215 monitor_info.cbSize = sizeof (monitor_info); in monitor_enum_proc_primary()
1216 if (GetMonitorInfoA (hmonitor, (MONITORINFO *) & monitor_info)) { in monitor_enum_proc_primary()
1217 if (MONITORINFOF_PRIMARY == monitor_info.dwFlags) { in monitor_enum_proc_primary()
1245 MONITORINFOEXA monitor_info; in monitor_enum_proc_by_index() local
1248 monitor_info.cbSize = sizeof (monitor_info); in monitor_enum_proc_by_index()
[all …]
Dgstdx9screencapsrc.h73 MONITORINFO monitor_info; member
Dgstdx9screencapsrc.c171 src->monitor_info.cbSize = sizeof (MONITORINFO); in gst_dx9screencapsrc_init()
414 GetMonitorInfo (monitor, &src->monitor_info); in gst_dx9screencapsrc_start()
579 ci.ptScreenPos.x - ii.xHotspot - src->monitor_info.rcMonitor.left, in gst_dx9screencapsrc_create()
580 ci.ptScreenPos.y - ii.yHotspot - src->monitor_info.rcMonitor.top, in gst_dx9screencapsrc_create()
/third_party/gstreamer/gstplugins_base/tests/examples/overlay/
Dwin32-videooverlay.c67 MONITORINFOEX monitor_info; in get_monitor_size() local
70 monitor_info.cbSize = sizeof (monitor_info); in get_monitor_size()
71 if (!GetMonitorInfo (monitor, (LPMONITORINFO) & monitor_info)) { in get_monitor_size()
79 (monitor_info.szDevice, ENUM_CURRENT_SETTINGS, &dev_mode)) { in get_monitor_size()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11screencapture.cpp1614 MONITORINFOEXW monitor_info; in gst_d3d11_screen_capture_constructed() local
1617 monitor_info.cbSize = sizeof (MONITORINFOEXW); in gst_d3d11_screen_capture_constructed()
1618 if (!GetMonitorInfoW (output_desc.Monitor, (LPMONITORINFO) & monitor_info)) { in gst_d3d11_screen_capture_constructed()
1627 (monitor_info.szDevice, ENUM_CURRENT_SETTINGS, &dev_mode)) { in gst_d3d11_screen_capture_constructed()