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

/linux-4.4.14/drivers/media/platform/omap3isp/
H A Dispresizer.c32 #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.4.14/drivers/staging/media/davinci_vpfe/
H A Ddm365_resizer.c30 #define MIN_IN_WIDTH 32 macro
1345 fmt->width = clamp_t(u32, fmt->width, MIN_IN_WIDTH, resizer_try_format()

Completed in 137 milliseconds