Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/ti/omap3isp/
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()