Searched refs:hresize (Results 1 – 1 of 1) sorted by relevance
174 unsigned long vresize, hresize; in omap_vout_new_crop() local 232 hresize = (1024 * try_crop.width) / win->w.width; in omap_vout_new_crop() 233 if (omap_vout_dss_omap24xx() && (hresize > 2048)) in omap_vout_new_crop() 234 hresize = 2048; in omap_vout_new_crop() 235 else if (omap_vout_dss_omap34xx() && (hresize > 4096)) in omap_vout_new_crop() 236 hresize = 4096; in omap_vout_new_crop() 238 win->w.width = ((1024 * try_crop.width) / hresize) & ~1; in omap_vout_new_crop()