Home
last modified time | relevance | path

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

/Linux-v4.19/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.c1323 unsigned int max_out_height; in resizer_try_format() local
1347 max_out_height = IPIPE_MAX_OUTPUT_HEIGHT_A; in resizer_try_format()
1361 max_out_height); in resizer_try_format()
1365 max_out_height = IPIPE_MAX_OUTPUT_HEIGHT_B; in resizer_try_format()
1379 max_out_height); in resizer_try_format()
Ddm365_ipipe.c1428 unsigned int max_out_height; in ipipe_try_format() local
1433 max_out_height = IPIPE_MAX_OUTPUT_HEIGHT_A; in ipipe_try_format()
1454 fmt->height = clamp_t(u32, fmt->height, MIN_OUT_WIDTH, max_out_height); in ipipe_try_format()