Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/include/
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];
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
Dv4l2-subdev.h85 struct v4l2_subdev_frame_size_enum { struct
86 __u32 index;
87 __u32 pad;
88 __u32 code;
89 __u32 min_width;
90 __u32 max_width;
91 __u32 min_height;
92 __u32 max_height;
93 __u32 reserved[9];