Searched refs:UDS_MIN_SIZE (Results 1 – 1 of 1) sorted by relevance
20 #define UDS_MIN_SIZE 4U macro79 *minimum = max(uds_output_size(input, UDS_MAX_FACTOR), UDS_MIN_SIZE); in uds_output_limits()149 fse->min_width = UDS_MIN_SIZE; in uds_enum_frame_size()151 fse->min_height = UDS_MIN_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()