Home
last modified time | relevance | path

Searched refs:mm_height (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c857 int mm_height; in xf86DefaultMode() local
859 mm_height = output->mm_height; in xf86DefaultMode()
860 if (!mm_height) in xf86DefaultMode()
861 mm_height = (768 * 25.4) / DEFAULT_DPI; in xf86DefaultMode()
876 dpi = (mode->VDisplay * 254) / (mm_height * 10); in xf86DefaultMode()
2349 if (config->output[p]->mm_height) in xf86TargetPreferred()
2351 (float) config->output[p]->mm_height; in xf86TargetPreferred()
2390 if (output->mm_height) in xf86TargetAspect()
2391 aspects[o] = (float) output->mm_width / (float) output->mm_height; in xf86TargetAspect()
3157 p->output->mm_height = det_mon->section.d_timings.v_size; in handle_detailed_physical_size()
[all …]
H A Dxf86Crtc.h617 int mm_width, mm_height; member
H A Dxf86RandR12.c1660 output->mm_width, output->mm_height); in xf86RandR12SetInfo12()
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.h181 guint32 mm_width, mm_height; member
H A Dximagesink.c1013 self->mm_width, self->mm_height, &dpy_par_n, &dpy_par_d); in xwindow_calculate_display_ratio()
2631 self->mm_height = conn->mmHeight; in gst_x_image_sink_start()
2634 self->hdisplay, self->vdisplay, self->mm_width, self->mm_height); in gst_x_image_sink_start()
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0030-kmssink-Support-ignoring-aspect-ratio.patch33 self->mm_width, self->mm_height, &dpy_par_n, &dpy_par_d);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0030-kmssink-Support-ignoring-aspect-ratio.patch33 self->mm_width, self->mm_height, &dpy_par_n, &dpy_par_d);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0029-kmssink-Support-ignoring-aspect-ratio.patch33 self->mm_width, self->mm_height, &dpy_par_n, &dpy_par_d);
/OK3568_Linux_fs/external/mpp/osal/linux/
H A Ddrm_mode.h244 __u32 mm_width, mm_height; /**< HxW in millimeters */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/
H A Ddrm_mode.h375 __u32 mm_height; /**< height in millimeters */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/
H A Ddrm_mode.h375 __u32 mm_height; /**< height in millimeters */ member
/OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/
H A Ddrm_mode.h389 __u32 mm_height; /**< height in millimeters */ member
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Ddrm_mode.h389 __u32 mm_height; /**< height in millimeters */ member
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Ddrm_mode.h374 __u32 mm_height; /**< height in millimeters */ member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Ddrm_mode.h374 __u32 mm_height; /**< height in millimeters */ member
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/
H A Ddrm_mode.h471 __u32 mm_height; member
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Ddrm_mode.h374 __u32 mm_height; /**< height in millimeters */ member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_connector.c2379 out_resp->mm_height = connector->display_info.height_mm; in drm_mode_getconnector()
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drmMode.c566 r->mmHeight = conn.mm_height; in _drmModeGetConnector()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c3486 output->mm_height = koutput->mmHeight; in drmmode_output_init()