Searched defs:v4l2_subdev_frame_size_enum (Results 1 – 1 of 1) sorted by relevance
101 struct v4l2_subdev_frame_size_enum { struct102 __u32 index;103 __u32 pad;104 __u32 code;105 __u32 min_width;106 __u32 max_width;107 __u32 min_height;108 __u32 max_height;109 __u32 which;110 __u32 stream;[all …]