Searched defs:xres (Results 1 - 7 of 7) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
H A Ds3c_lcd.h45 unsigned int xres; /* visible resolution*/ member in struct:__anon1438
H A Dgralloc_priv.h48 int xres; member in struct:private_module_t
/hardware/qcom/display/libhwcomposer/
H A Dhwc_utils.h58 uint32_t xres; member in struct:qhwc::DisplayAttributes
/hardware/ti/omap4xxx/kernel-headers/linux/
H A Domapfb.h222 __u16 xres; member in struct:omapfb_display_info
/hardware/ti/omap4xxx/original-kernel-headers/linux/
H A Domapfb.h215 __u16 xres; member in struct:omapfb_display_info
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp121 int32_t xres; member in struct:exynos5_hwc_composer_device_1_t
734 return layer.sourceCrop.left > pdev->xres ||
749 int right = min(layer.displayFrame.right, pdev->xres);
883 fb_rect.right = pdev->xres - 1;
885 pixels_left = MAX_PIXELS - pdev->xres * pdev->yres;
1294 if (displayFrame.right > pdev->xres) {
1295 unsigned int crop = displayFrame.right - pdev->xres;
1341 cfg.w = pdev->xres;
1901 return pdev->xres;
2009 * ( info.left_margin + info.right_margin + info.xres )
[all...]
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c93 __u32 xres; /* external screen resolution */ member in struct:omap4_hwc_ext
531 * and height for a screen of xres/yres and physical size of width/height.
584 ext->xres, ext->yres, ext->width, ext->height,
588 m_translate(ext->m, ext->xres >> 1, ext->yres >> 1);
800 __u32 xres, __u32 yres, __u32 refresh,
804 __u32 area = xres * yres;
809 int upscale = (ext_xres >= xres * 99 / 100 && ext_yres >= yres * 99 / 100);
837 static int omap4_hwc_set_best_hdmi_mode(omap4_hwc_device_t *hwc_dev, __u32 xres, __u32 yres, argument
852 xres * yres == 0)
858 ext->xres
799 add_scaling_score(__u32 score, __u32 xres, __u32 yres, __u32 refresh, __u32 ext_xres, __u32 ext_yres, __u32 mode_xres, __u32 mode_yres, __u32 mode_refresh) argument
1140 __u32 xres = o->cfg.crop.w, yres = o->cfg.crop.h; local
1177 __u32 xres = WIDTH(ext->mirror_region); local
[all...]

Completed in 147 milliseconds