Searched refs:UDS_MAX_SIZE (Results 1 – 1 of 1) sorted by relevance
23 #define UDS_MAX_SIZE 8190U macro84 *maximum = min(uds_output_size(input, UDS_MIN_FACTOR), UDS_MAX_SIZE); in uds_output_limits()218 fse->max_width = UDS_MAX_SIZE; in uds_enum_frame_size()220 fse->max_height = UDS_MAX_SIZE; in uds_enum_frame_size()257 fmt->width = clamp(fmt->width, UDS_MIN_SIZE, UDS_MAX_SIZE); in uds_try_format()258 fmt->height = clamp(fmt->height, UDS_MIN_SIZE, UDS_MAX_SIZE); in uds_try_format()