Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_uds.c20 #define UDS_MIN_SIZE 4U macro
79 *minimum = max(uds_output_size(input, UDS_MAX_FACTOR), UDS_MIN_SIZE); in uds_output_limits()
151 fse->min_width = UDS_MIN_SIZE; in uds_enum_frame_size()
153 fse->min_height = UDS_MIN_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()