Home | History | Annotate | Download | only in hwc

Lines Matching full:xpy

719  * assuming xpy (xratio:yratio) original pixel ratio, calculate the adjusted width
724 float xpy,
740 float x_factor = orig_xres * xpy * scr_height;
754 float xpy = ext->lcd_xpy;
767 xpy = 1. / xpy;
772 get_max_dimensions(orig_w, orig_h, xpy,
1033 float xpy)
1116 get_max_dimensions(xres, yres, xpy, mode_xres, mode_yres,
1194 get_max_dimensions(xres, yres, xpy, d.dis.timings.x_res, d.dis.timings.y_res,
1206 ext->last_xpy = xpy;
1419 float xpy = ext->lcd_xpy * o->cfg.win.w / o->cfg.win.h;
1421 xpy = o->cfg.crop.h / xpy / o->cfg.crop.w;
1423 xpy = o->cfg.crop.h * xpy / o->cfg.crop.w;
1425 xpy = 1. / xpy;
1430 xpy < ext->last_xpy * (1.f - ASPECT_RATIO_TOLERANCE) ||
1431 xpy * (1.f - ASPECT_RATIO_TOLERANCE) > ext->last_xpy) {
1433 if (omap4_hwc_set_best_hdmi_mode(hwc_dev, xres, yres, xpy)) {