| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86Crtc.c | 857 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 D | xf86Crtc.h | 617 int mm_width, mm_height; member
|
| H A D | xf86RandR12.c | 1660 output->mm_width, output->mm_height); in xf86RandR12SetInfo12()
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/ |
| H A D | ximagesink.h | 181 guint32 mm_width, mm_height; member
|
| H A D | ximagesink.c | 1013 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 D | 0030-kmssink-Support-ignoring-aspect-ratio.patch | 33 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 D | 0030-kmssink-Support-ignoring-aspect-ratio.patch | 33 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 D | 0029-kmssink-Support-ignoring-aspect-ratio.patch | 33 self->mm_width, self->mm_height, &dpy_par_n, &dpy_par_d);
|
| /OK3568_Linux_fs/external/mpp/osal/linux/ |
| H A D | drm_mode.h | 244 __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 D | drm_mode.h | 375 __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 D | drm_mode.h | 375 __u32 mm_height; /**< height in millimeters */ member
|
| /OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/ |
| H A D | drm_mode.h | 389 __u32 mm_height; /**< height in millimeters */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/drm/ |
| H A D | drm_mode.h | 389 __u32 mm_height; /**< height in millimeters */ member
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/ |
| H A D | drm_mode.h | 374 __u32 mm_height; /**< height in millimeters */ member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/ |
| H A D | drm_mode.h | 374 __u32 mm_height; /**< height in millimeters */ member
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/ |
| H A D | drm_mode.h | 471 __u32 mm_height; member
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/ |
| H A D | drm_mode.h | 374 __u32 mm_height; /**< height in millimeters */ member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_connector.c | 2379 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 D | xf86drmMode.c | 566 r->mmHeight = conn.mm_height; in _drmModeGetConnector()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.c | 3486 output->mm_height = koutput->mmHeight; in drmmode_output_init()
|