HomeSort by relevance Sort by last modified time
    Searched full:y_factor (Results 1 - 1 of 1) sorted by null

  /hardware/ti/omap4xxx/hwc/
hwc.c 551 float y_factor = orig_yres * scr_width; local
554 if (x_factor < y_factor * (1.f - ASPECT_RATIO_TOLERANCE))
555 *adj_xres = (__u32) (x_factor * *adj_xres / y_factor + 0.5);
556 else if (x_factor * (1.f - ASPECT_RATIO_TOLERANCE) > y_factor)
557 *adj_yres = (__u32) (y_factor * *adj_yres / x_factor + 0.5);
    [all...]

Completed in 3250 milliseconds