Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_uds.c21 #define UDS_MAX_SIZE 8190U macro
80 *maximum = min(uds_output_size(input, UDS_MIN_FACTOR), UDS_MAX_SIZE); in uds_output_limits()
152 fse->max_width = UDS_MAX_SIZE; in uds_enum_frame_size()
154 fse->max_height = UDS_MAX_SIZE; in uds_enum_frame_size()
182 fmt->width = clamp(fmt->width, UDS_MIN_SIZE, UDS_MAX_SIZE); in uds_try_format()
183 fmt->height = clamp(fmt->height, UDS_MIN_SIZE, UDS_MAX_SIZE); in uds_try_format()