Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_uif.c22 #define UIF_MIN_SIZE 4U macro
69 UIF_MIN_SIZE, in uif_enum_frame_size()
70 UIF_MIN_SIZE, UIF_MAX_SIZE, in uif_enum_frame_size()
80 UIF_MIN_SIZE, UIF_MIN_SIZE, in uif_set_format()
159 sel->r.width = clamp_t(unsigned int, sel->r.width, UIF_MIN_SIZE, in uif_set_selection()
161 sel->r.height = clamp_t(unsigned int, sel->r.height, UIF_MIN_SIZE, in uif_set_selection()