Searched defs:v4l2_subdev_frame_size_enum (Results 1 – 1 of 1) sorted by relevance
105 struct v4l2_subdev_frame_size_enum { struct106 __u32 index;107 __u32 pad;108 __u32 code;109 __u32 min_width;110 __u32 max_width;111 __u32 min_height;112 __u32 max_height;113 __u32 which;114 __u32 stream;[all …]