Searched refs:MIN_IN_WIDTH (Results 1 – 1 of 1) sorted by relevance
29 #define MIN_IN_WIDTH 32 macro1207 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()