Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/media/davinci_vpfe/
Ddm365_ipipeif.c614 unsigned int max_out_height; in ipipeif_try_format() local
619 max_out_height = IPIPE_MAX_OUTPUT_HEIGHT_A; in ipipeif_try_format()
640 fmt->height = clamp_t(u32, fmt->height, MIN_OUT_WIDTH, max_out_height); in ipipeif_try_format()
Ddm365_resizer.c1327 unsigned int max_out_height; in resizer_try_format() local
1351 max_out_height = IPIPE_MAX_OUTPUT_HEIGHT_A; in resizer_try_format()
1365 max_out_height); in resizer_try_format()
1369 max_out_height = IPIPE_MAX_OUTPUT_HEIGHT_B; in resizer_try_format()
1383 max_out_height); in resizer_try_format()
Ddm365_ipipe.c1446 unsigned int max_out_height; in ipipe_try_format() local
1451 max_out_height = IPIPE_MAX_OUTPUT_HEIGHT_A; in ipipe_try_format()
1472 fmt->height = clamp_t(u32, fmt->height, MIN_OUT_WIDTH, max_out_height); in ipipe_try_format()