Searched refs:UIF_MIN_SIZE (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/media/platform/vsp1/ |
D | vsp1_uif.c | 22 #define UIF_MIN_SIZE 4U macro 68 return vsp1_subdev_enum_frame_size(subdev, cfg, fse, UIF_MIN_SIZE, in uif_enum_frame_size() 69 UIF_MIN_SIZE, UIF_MAX_SIZE, in uif_enum_frame_size() 79 UIF_MIN_SIZE, UIF_MIN_SIZE, in uif_set_format() 156 sel->r.width = clamp_t(unsigned int, sel->r.width, UIF_MIN_SIZE, in uif_set_selection() 158 sel->r.height = clamp_t(unsigned int, sel->r.height, UIF_MIN_SIZE, in uif_set_selection()
|