UDS_MIN_SIZE       79 drivers/media/platform/vsp1/vsp1_uds.c 	*minimum = max(uds_output_size(input, UDS_MAX_FACTOR), UDS_MIN_SIZE);
UDS_MIN_SIZE      150 drivers/media/platform/vsp1/vsp1_uds.c 		fse->min_width = UDS_MIN_SIZE;
UDS_MIN_SIZE      152 drivers/media/platform/vsp1/vsp1_uds.c 		fse->min_height = UDS_MIN_SIZE;
UDS_MIN_SIZE      181 drivers/media/platform/vsp1/vsp1_uds.c 		fmt->width = clamp(fmt->width, UDS_MIN_SIZE, UDS_MAX_SIZE);
UDS_MIN_SIZE      182 drivers/media/platform/vsp1/vsp1_uds.c 		fmt->height = clamp(fmt->height, UDS_MIN_SIZE, UDS_MAX_SIZE);