Searched refs:UIF_MIN_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_uif.c22 #define UIF_MIN_SIZE 4U macro
69 UIF_MIN_SIZE,
70 UIF_MIN_SIZE, UIF_MAX_SIZE,
80 UIF_MIN_SIZE, UIF_MIN_SIZE,
157 sel->r.width = clamp_t(unsigned int, sel->r.width, UIF_MIN_SIZE,
159 sel->r.height = clamp_t(unsigned int, sel->r.height, UIF_MIN_SIZE,

Completed in 223 milliseconds