Searched refs:MIN_OUT_WIDTH (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | dm365_ipipeif.c | 597 #define MIN_OUT_WIDTH 32 macro 640 fmt->height = clamp_t(u32, fmt->height, MIN_OUT_WIDTH, max_out_height); in ipipeif_try_format()
|
D | dm365_resizer.c | 34 #define MIN_OUT_WIDTH 16 macro 1362 fmt->width = clamp_t(u32, fmt->width, MIN_OUT_WIDTH, in resizer_try_format() 1380 fmt->width = clamp_t(u32, fmt->width, MIN_OUT_WIDTH, in resizer_try_format()
|
D | dm365_ipipe.c | 35 #define MIN_OUT_WIDTH 32 macro 1472 fmt->height = clamp_t(u32, fmt->height, MIN_OUT_WIDTH, max_out_height); in ipipe_try_format()
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | ispresizer.c | 39 #define MIN_OUT_WIDTH 16 macro 831 min_width = max_t(unsigned int, min_width, MIN_OUT_WIDTH); in resizer_calc_ratios()
|