Searched refs:UDS_MAX_SIZE (Results 1 – 1 of 1) sorted by relevance
21 #define UDS_MAX_SIZE 8190U macro80 *maximum = min(uds_output_size(input, UDS_MIN_FACTOR), UDS_MAX_SIZE); in uds_output_limits()150 fse->max_width = UDS_MAX_SIZE; in uds_enum_frame_size()152 fse->max_height = UDS_MAX_SIZE; in uds_enum_frame_size()180 fmt->width = clamp(fmt->width, UDS_MIN_SIZE, UDS_MAX_SIZE); in uds_try_format()181 fmt->height = clamp(fmt->height, UDS_MIN_SIZE, UDS_MAX_SIZE); in uds_try_format()