Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H A Dispresizer.c29 #define MIN_IN_WIDTH 32 macro
1204 crop->left = clamp_t(u32, crop->left, 0, sink->width - MIN_IN_WIDTH); in resizer_try_crop()
1205 crop->width = clamp_t(u32, crop->width, MIN_IN_WIDTH, in resizer_try_crop()
1388 fmt->width = clamp_t(u32, fmt->width, MIN_IN_WIDTH, in resizer_try_format()
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H A Dispresizer.c29 #define MIN_IN_WIDTH 32 macro
1207 crop->left = clamp_t(u32, crop->left, 0, sink->width - MIN_IN_WIDTH); in resizer_try_crop()
1208 crop->width = clamp_t(u32, crop->width, MIN_IN_WIDTH, in resizer_try_crop()
1393 fmt->width = clamp_t(u32, fmt->width, MIN_IN_WIDTH, in resizer_try_format()

Completed in 5 milliseconds