Searched refs:MIN_IN_WIDTH (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/media/platform/omap3isp/ |
D | ispresizer.c | 32 #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() 1391 fmt->width = clamp_t(u32, fmt->width, MIN_IN_WIDTH, in resizer_try_format()
|
/Linux-v4.19/drivers/staging/media/davinci_vpfe/ |
D | dm365_resizer.c | 30 #define MIN_IN_WIDTH 32 macro 1340 fmt->width = clamp_t(u32, fmt->width, MIN_IN_WIDTH, in resizer_try_format()
|