Home
last modified time | relevance | path

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

/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()
2630 self->mm_width = conn->mmWidth; 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.h374 __u32 mm_width; /**< width 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.h374 __u32 mm_width; /**< width in millimeters */ member
/OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/
H A Ddrm_mode.h388 __u32 mm_width; /**< width in millimeters */ member
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Ddrm_mode.h388 __u32 mm_width; /**< width in millimeters */ member
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Ddrm_mode.h373 __u32 mm_width; /**< width in millimeters */ member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Ddrm_mode.h373 __u32 mm_width; /**< width in millimeters */ member
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/
H A Ddrm_mode.h469 __u32 mm_width; member
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Ddrm_mode.h373 __u32 mm_width; /**< width in millimeters */ member
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c2350 aspect = (float) config->output[p]->mm_width / in xf86TargetPreferred()
2391 aspects[o] = (float) output->mm_width / (float) output->mm_height; in xf86TargetAspect()
3156 p->output->mm_width = det_mon->section.d_timings.h_size; in handle_detailed_physical_size()
3217 output->mm_width = 0; in xf86OutputSetEDID()
3257 if ((!output->mm_width || !output->mm_height) && in xf86OutputSetEDID()
3259 output->mm_width = edid_mon->features.hsize * 10; in xf86OutputSetEDID()
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/kernel/drivers/gpu/drm/
H A Ddrm_connector.c2378 out_resp->mm_width = connector->display_info.width_mm; in drm_mode_getconnector()
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drmMode.c565 r->mmWidth = conn.mm_width; in _drmModeGetConnector()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c3485 output->mm_width = koutput->mmWidth; in drmmode_output_init()