Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H A Dispresizer.c26 #define MID_RESIZE_VALUE 512 macro
322 if (ratio->horz > MID_RESIZE_VALUE) in resizer_set_ratio()
328 if (ratio->vert > MID_RESIZE_VALUE) in resizer_set_ratio()
807 if (ratio->vert > MID_RESIZE_VALUE) in resizer_calc_ratios()
813 if (ratio->vert <= MID_RESIZE_VALUE) { in resizer_calc_ratios()
830 if (ratio->vert <= MID_RESIZE_VALUE) { in resizer_calc_ratios()
878 if (ratio->horz > MID_RESIZE_VALUE) in resizer_calc_ratios()
884 if (ratio->horz <= MID_RESIZE_VALUE) { in resizer_calc_ratios()
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H A Dispresizer.c26 #define MID_RESIZE_VALUE 512 macro
325 if (ratio->horz > MID_RESIZE_VALUE) in resizer_set_ratio()
331 if (ratio->vert > MID_RESIZE_VALUE) in resizer_set_ratio()
810 if (ratio->vert > MID_RESIZE_VALUE) in resizer_calc_ratios()
816 if (ratio->vert <= MID_RESIZE_VALUE) { in resizer_calc_ratios()
833 if (ratio->vert <= MID_RESIZE_VALUE) { in resizer_calc_ratios()
881 if (ratio->horz > MID_RESIZE_VALUE) in resizer_calc_ratios()
887 if (ratio->horz <= MID_RESIZE_VALUE) { in resizer_calc_ratios()

Completed in 5 milliseconds