Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/omap3isp/
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()