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

/hardware/samsung_slsi/exynos5/include/
H A Ds3c_lcd.h46 unsigned int yres; member in struct:__anon1438
H A Dgralloc_priv.h49 int yres; member in struct:private_module_t
/hardware/qcom/display/libhwcomposer/
H A Dhwc_utils.h59 uint32_t yres; member in struct:qhwc::DisplayAttributes
/hardware/ti/omap4xxx/kernel-headers/linux/
H A Domapfb.h224 __u16 yres; member in struct:omapfb_display_info
/hardware/ti/omap4xxx/original-kernel-headers/linux/
H A Domapfb.h216 __u16 yres; member in struct:omapfb_display_info
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp122 int32_t yres; member in struct:exynos5_hwc_composer_device_1_t
736 layer.sourceCrop.top > pdev->yres ||
884 fb_rect.bottom = pdev->yres - 1;
885 pixels_left = MAX_PIXELS - pdev->xres * pdev->yres;
1312 if (displayFrame.bottom > pdev->yres) {
1313 int crop = displayFrame.bottom - pdev->yres;
1342 cfg.h = pdev->yres;
1904 return pdev->yres;
2008 uint64_t( info.upper_margin + info.lower_margin + info.yres )
2019 dev->yres
[all...]
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c94 __u32 yres; 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)
859 ext->yres
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
1178 __u32 yres = HEIGHT(ext->mirror_region); local
[all...]

Completed in 417 milliseconds