Searched refs:mm_width (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/kms/ |
D | gstkmssink.h | 82 guint32 mm_width, mm_height; member
|
D | gstkmssink.c | 795 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/ |
D | backend.h | 136 int32_t mm_width, int32_t mm_height);
|
D | compositor.c | 5070 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/ |
D | x11_monitor.c | 242 heightMM = oi->mm_width; in _glfwPlatformGetMonitors() 246 widthMM = oi->mm_width; in _glfwPlatformGetMonitors()
|
/third_party/libdrm/include/drm/ |
D | drm_mode.h | 373 __u32 mm_width; /**< width in millimeters */ member
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11modes.c | 430 display_mm_width = output_info->mm_width; in X11_InitModes_XRandR()
|
/third_party/weston/include/libweston/ |
D | libweston.h | 210 int32_t mm_width; /**< physical image width in mm */ member
|
/third_party/libdrm/ |
D | xf86drmMode.c | 557 r->mmWidth = conn.mm_width; in _drmModeGetConnector()
|