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

/linux-4.4.14/drivers/media/platform/omap3isp/
H A Dispresizer.c29 #define MID_RESIZE_VALUE 512 macro
325 if (ratio->horz > MID_RESIZE_VALUE) resizer_set_ratio()
331 if (ratio->vert > MID_RESIZE_VALUE) resizer_set_ratio()
810 if (ratio->vert > MID_RESIZE_VALUE) resizer_calc_ratios()
816 if (ratio->vert <= MID_RESIZE_VALUE) { resizer_calc_ratios()
833 if (ratio->vert <= MID_RESIZE_VALUE) { resizer_calc_ratios()
881 if (ratio->horz > MID_RESIZE_VALUE) resizer_calc_ratios()
887 if (ratio->horz <= MID_RESIZE_VALUE) { resizer_calc_ratios()

Completed in 138 milliseconds