Searched refs:lcd_xpy (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/hwc/
H A Dhwc.c75 float lcd_xpy; /* pixel ratio for UI */ member in struct:omap4_hwc_ext
565 float xpy = ext->lcd_xpy;
1143 float xpy = ext->lcd_xpy * o->cfg.win.w / o->cfg.win.h;
1181 if (omap4_hwc_set_best_hdmi_mode(hwc_dev, xres, yres, ext->lcd_xpy))
2059 hwc_dev->ext.lcd_xpy = (float)
2063 ALOGE("x resolution or the height is not populated setting lcd_xpy to 1.0\n");
2064 hwc_dev->ext.lcd_xpy = 1.0;
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c83 float lcd_xpy; /* pixel ratio for UI */ member in struct:omap4_hwc_ext
754 float xpy = ext->lcd_xpy;
1419 float xpy = ext->lcd_xpy * o->cfg.win.w / o->cfg.win.h;
1457 if (omap4_hwc_set_best_hdmi_mode(hwc_dev, xres, yres, ext->lcd_xpy))
2330 if (omap4_hwc_set_best_hdmi_mode(hwc_dev, xres, yres, ext->lcd_xpy)) {
2797 hwc_dev->ext.lcd_xpy = 1.0;
2799 hwc_dev->ext.lcd_xpy = (float)

Completed in 67 milliseconds