Home
last modified time | relevance | path

Searched refs:HMONITOR (Results 1 – 25 of 34) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Ddxgicapture.h67 DxgiCapture *dxgicap_new (HMONITOR monitor, GstDXGIScreenCapSrc * src);
78 HMONITOR get_hmonitor_by_device_name (const gchar * device_name);
79 HMONITOR get_hmonitor_primary (void);
80 HMONITOR get_hmonitor_by_index (int index);
82 gboolean get_monitor_physical_size (HMONITOR hmonitor, LPRECT rect);
Dgstdxgiscreencapsrc.c132 static HMONITOR _get_hmonitor (GstDXGIScreenCapSrc * src);
351 HMONITOR hmonitor = _get_hmonitor (src); in gst_dxgi_screen_cap_src_get_caps()
396 HMONITOR hmonitor = _get_hmonitor (src); in gst_dxgi_screen_cap_src_start()
574 static HMONITOR
577 HMONITOR hmonitor = NULL; in _get_hmonitor()
Ddxgicapture.c265 dxgicap_new (HMONITOR monitor, GstDXGIScreenCapSrc * src) in dxgicap_new()
1179 HMONITOR hmonitor;
1183 monitor_enum_proc_by_name (HMONITOR hmonitor, HDC hdc, LPRECT rect, in monitor_enum_proc_by_name()
1199 HMONITOR
1209 monitor_enum_proc_primary (HMONITOR hmonitor, HDC hdc, LPRECT rect, in monitor_enum_proc_primary()
1225 HMONITOR
1238 HMONITOR hmonitor;
1242 monitor_enum_proc_by_index (HMONITOR hmonitor, HDC hdc, LPRECT rect, in monitor_enum_proc_by_index()
1259 HMONITOR
1270 get_monitor_physical_size (HMONITOR hmonitor, LPRECT rect) in get_monitor_physical_size()
Dgstwinscreencap.c34 _diplay_monitor_enum (HMONITOR hMon, HDC hdc, LPRECT rect, LPARAM param) in _diplay_monitor_enum()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11screencapture.h38 HMONITOR monitor_handle);
57 HRESULT gst_d3d11_screen_capture_find_output_for_monitor (HMONITOR monitor,
61 HRESULT gst_d3d11_screen_capture_find_primary_monitor (HMONITOR * monitor,
66 HMONITOR * monitor,
Dgstd3d11screencapturedevice.cpp55 HMONITOR monitor_handle;
117 self->monitor_handle = (HMONITOR) g_value_get_uint64 (value); in gst_d3d11_screen_capture_device_set_property()
Dgstd3d11screencapture.cpp254 Init (GstD3D11Device * device, HMONITOR monitor) in Init()
690 InitDupl (GstD3D11Device * device, HMONITOR monitor) in InitDupl()
1502 HMONITOR monitor_handle;
1672 self->monitor_handle = (HMONITOR) g_value_get_pointer (value); in gst_d3d11_screen_capture_set_property()
1715 gst_d3d11_screen_capture_new (GstD3D11Device * device, HMONITOR monitor_handle) in gst_d3d11_screen_capture_new()
1918 gst_d3d11_screen_capture_find_output_for_monitor (HMONITOR monitor, in gst_d3d11_screen_capture_find_output_for_monitor()
1964 gst_d3d11_screen_capture_find_primary_monitor (HMONITOR * monitor, in gst_d3d11_screen_capture_find_primary_monitor()
2015 gst_d3d11_screen_capture_find_nth_monitor (guint index, HMONITOR * monitor, in gst_d3d11_screen_capture_find_nth_monitor()
Dgstd3d11screencapturesrc.cpp88 HMONITOR monitor_handle;
237 self->monitor_handle = (HMONITOR) g_value_get_uint64 (value); in gst_d3d11_screen_capture_src_set_property()
630 HMONITOR monitor = self->monitor_handle; in gst_d3d11_screen_capture_src_start()
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/
Dd3d11screencapturesrc.cpp69 HMONITOR handle; in enum_devices()
85 handle = (HMONITOR) hmonitor; in enum_devices()
/third_party/openh264/codec/console/dec/src/
Dd3d9_utils.cpp206 HMONITOR hMonitorWnd = MonitorFromWindow (m_hWnd, MONITOR_DEFAULTTONULL); in InitResource()
211 HMONITOR hMonitor = m_lpD3D9->GetAdapterMonitor (i); in InitResource()
386 HMONITOR hMonitorWnd = MonitorFromWindow (m_hWnd, MONITOR_DEFAULTTONULL); in InitResource()
391 HMONITOR hMonitor = m_lpD3D9->GetAdapterMonitor (i); in InitResource()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_win32.cpp511 typedef HRESULT(WINAPI* PFN_GetDpiForMonitor)(HMONITOR, MONITOR_DPI_TYPE, UINT*, UINT*); // …
555 GetDpiForMonitorFn((HMONITOR)monitor, MDT_EFFECTIVE_DPI, &xdpi, &ydpi); in ImGui_ImplWin32_GetDpiScaleForMonitor()
572 HMONITOR monitor = ::MonitorFromWindow((HWND)hwnd, MONITOR_DEFAULTTONEAREST); in ImGui_ImplWin32_GetDpiScaleForHwnd()
/third_party/cef/tests/cefclient/browser/
Dwindow_test_runner_win.cc44 HMONITOR monitor = in SetPosImpl()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsmodes.c40 WIN_GetMonitorDPI(HMONITOR hMonitor, in WIN_GetMonitorDPI()
358 HMONITOR hmon = MonitorFromPoint(pt, MONITOR_DEFAULTTONULL); in WIN_GetDisplayUsableBounds()
DSDL_windowsvideo.h139 HRESULT (WINAPI *GetDpiForMonitor)( HMONITOR hmonitor,
DSDL_windowsvideo.c120 …data->GetDpiForMonitor = (HRESULT (WINAPI *)(HMONITOR, MONITOR_DPI_TYPE, UINT *, UINT *)) SDL_Load… in WIN_CreateDevice()
/third_party/python/Lib/ctypes/
Dwintypes.py82 HMONITOR = HANDLE variable
/third_party/vulkan-headers/include/vulkan/
Dvulkan_win32.h282 HMONITOR hmonitor;
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_win32.h294 HMONITOR hmonitor;
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_win32.h282 HMONITOR hmonitor;
/third_party/mesa3d/include/vulkan/
Dvulkan_win32.h282 HMONITOR hmonitor;
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_win32.h282 HMONITOR hmonitor;
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_win32.h282 HMONITOR hmonitor;
/third_party/skia/third_party/externals/swiftshader/src/Main/
DFrameBufferDD.cpp25 …layCallback(GUID* guid, char *driverDescription, char *driverName, void *context, HMONITOR monitor) in enumDisplayCallback()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiUtil.cpp572HMONITOR hMonitor = (HMONITOR)MonitorFromWindow((HWND)win32Window.getNative().internal, MON… in getFullScreenSize()
/third_party/gstreamer/gstplugins_base/tests/examples/overlay/
Dwin32-videooverlay.c66 HMONITOR monitor = MonitorFromWindow (hwnd, MONITOR_DEFAULTTONEAREST); in get_monitor_size()

12