Searched refs:UDS_MAX_SIZE (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_uds.c21 #define UDS_MAX_SIZE 8190U macro
80 *maximum = min(uds_output_size(input, UDS_MIN_FACTOR), UDS_MAX_SIZE);
150 fse->max_width = UDS_MAX_SIZE;
152 fse->max_height = UDS_MAX_SIZE;
180 fmt->width = clamp(fmt->width, UDS_MIN_SIZE, UDS_MAX_SIZE);
181 fmt->height = clamp(fmt->height, UDS_MIN_SIZE, UDS_MAX_SIZE);

Completed in 170 milliseconds