Searched refs:UIF_MIN_SIZE (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/media/platform/renesas/vsp1/ |
D | vsp1_uif.c | 22 #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() 155 sel->r.width = clamp_t(unsigned int, sel->r.width, UIF_MIN_SIZE, in uif_set_selection() 157 sel->r.height = clamp_t(unsigned int, sel->r.height, UIF_MIN_SIZE, in uif_set_selection()
|