Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/ti/omap3isp/
Dispresizer.c29 #define MIN_IN_WIDTH 32 macro
1206 crop->left = clamp_t(u32, crop->left, 0, sink->width - MIN_IN_WIDTH); in resizer_try_crop()
1207 crop->width = clamp_t(u32, crop->width, MIN_IN_WIDTH, in resizer_try_crop()
1392 fmt->width = clamp_t(u32, fmt->width, MIN_IN_WIDTH, in resizer_try_format()