Home
last modified time | relevance | path

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

/linux/drivers/media/v4l2-core/
A Dv4l2-common.c109 static unsigned int clamp_roundup(unsigned int x, unsigned int min, in clamp_roundup() function
349 *width = clamp_roundup(*width, frmsize->min_width, frmsize->max_width, in v4l2_apply_frmsize_constraints()
351 *height = clamp_roundup(*height, frmsize->min_height, frmsize->max_height, in v4l2_apply_frmsize_constraints()

Completed in 5 milliseconds