Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmssink.h82 guint32 mm_width, mm_height; member
Dgstkmssink.c795 self->mm_width = conn->mmWidth; in gst_kms_sink_start()
799 self->hdisplay, self->vdisplay, self->mm_width, self->mm_height); in gst_kms_sink_start()
980 self->mm_width, self->mm_height, &dpy_par_n, &dpy_par_d); in gst_kms_sink_get_caps()
1073 self->mm_width, self->mm_height, &dpy_par_n, &dpy_par_d); in gst_kms_sink_calculate_display_ratio()
/third_party/weston/libweston/
Dbackend.h136 int32_t mm_width, int32_t mm_height);
Dcompositor.c5070 head->mm_width, in bind_output()
5620 int32_t mm_width, int32_t mm_height) in weston_head_set_physical_size() argument
5622 if (head->mm_width == mm_width && in weston_head_set_physical_size()
5626 head->mm_width = mm_width; in weston_head_set_physical_size()
6069 head->mm_width, in weston_output_move()
6294 head->mm_width, in weston_output_set_transform()
/third_party/flutter/glfw/src/
Dx11_monitor.c242 heightMM = oi->mm_width; in _glfwPlatformGetMonitors()
246 widthMM = oi->mm_width; in _glfwPlatformGetMonitors()
/third_party/libdrm/include/drm/
Ddrm_mode.h373 __u32 mm_width; /**< width in millimeters */ member
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11modes.c430 display_mm_width = output_info->mm_width; in X11_InitModes_XRandR()
/third_party/weston/include/libweston/
Dlibweston.h210 int32_t mm_width; /**< physical image width in mm */ member
/third_party/libdrm/
Dxf86drmMode.c557 r->mmWidth = conn.mm_width; in _drmModeGetConnector()