Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_brx.c23 #define BRX_MAX_SIZE 8190U macro
92 fse->max_width = BRX_MAX_SIZE; in brx_enum_frame_size()
94 fse->max_height = BRX_MAX_SIZE; in brx_enum_frame_size()
128 fmt->width = clamp(fmt->width, BRX_MIN_SIZE, BRX_MAX_SIZE); in brx_try_format()
129 fmt->height = clamp(fmt->height, BRX_MIN_SIZE, BRX_MAX_SIZE); in brx_try_format()
198 sel->r.width = BRX_MAX_SIZE; in brx_get_selection()
199 sel->r.height = BRX_MAX_SIZE; in brx_get_selection()