Searched refs:MIN_IN_WIDTH (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/media/platform/omap3isp/ |
H A D | ispresizer.c | 32 #define MIN_IN_WIDTH 32 macro 1207 crop->left = clamp_t(u32, crop->left, 0, sink->width - MIN_IN_WIDTH); resizer_try_crop() 1208 crop->width = clamp_t(u32, crop->width, MIN_IN_WIDTH, resizer_try_crop() 1391 fmt->width = clamp_t(u32, fmt->width, MIN_IN_WIDTH, resizer_try_format()
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
H A D | dm365_resizer.c | 30 #define MIN_IN_WIDTH 32 macro 1344 fmt->width = clamp_t(u32, fmt->width, MIN_IN_WIDTH, resizer_try_format()
|
Completed in 151 milliseconds