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