Home
last modified time | relevance | path

Searched defs:v4l2_subdev_frame_size_enum (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/google/graphics/common/libv4l2/
H A Dv4l2-subdev.h52 struct v4l2_subdev_frame_size_enum { struct
54 __u32 index;
55 __u32 pad;
56 __u32 code;
57 __u32 min_width;
59 __u32 max_width;
60 __u32 min_height;
61 __u32 max_height;
62 __u32 reserved[9];
/aosp12/hardware/google/gchips/include/
H A Dv4l2-subdev.h52 struct v4l2_subdev_frame_size_enum { struct
54 __u32 index;
55 __u32 pad;
56 __u32 code;
57 __u32 min_width;
59 __u32 max_width;
60 __u32 min_height;
61 __u32 max_height;
62 __u32 reserved[9];
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dv4l2-subdev.h54 struct v4l2_subdev_frame_size_enum { struct
55 __u32 index;
56 __u32 pad;
57 __u32 code;
58 __u32 min_width;
59 __u32 max_width;
60 __u32 min_height;
61 __u32 max_height;
62 __u32 which;
63 __u32 reserved[8];