blob: 1ed1770340b91d5fc886c1222f6637a086288a0d [file] [log] [blame]
Ben Cheng655a7c02013-10-16 16:09:24 -07001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 *** To edit the content of this header, modify the corresponding
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
13 ***
14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
19#ifndef __V4L2_COMMON__
20#define __V4L2_COMMON__
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070021#include <linux/types.h>
Ben Cheng655a7c02013-10-16 16:09:24 -070022#define V4L2_SEL_TGT_CROP 0x0000
Ben Cheng655a7c02013-10-16 16:09:24 -070023/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070024#define V4L2_SEL_TGT_CROP_DEFAULT 0x0001
Ben Cheng655a7c02013-10-16 16:09:24 -070025#define V4L2_SEL_TGT_CROP_BOUNDS 0x0002
Christopher Ferris05d08e92016-02-04 13:16:38 -080026#define V4L2_SEL_TGT_NATIVE_SIZE 0x0003
Ben Cheng655a7c02013-10-16 16:09:24 -070027#define V4L2_SEL_TGT_COMPOSE 0x0100
Ben Cheng655a7c02013-10-16 16:09:24 -070028/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris05d08e92016-02-04 13:16:38 -080029#define V4L2_SEL_TGT_COMPOSE_DEFAULT 0x0101
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070030#define V4L2_SEL_TGT_COMPOSE_BOUNDS 0x0102
Ben Cheng655a7c02013-10-16 16:09:24 -070031#define V4L2_SEL_TGT_COMPOSE_PADDED 0x0103
32#define V4L2_SEL_TGT_CROP_ACTIVE V4L2_SEL_TGT_CROP
Ben Cheng655a7c02013-10-16 16:09:24 -070033/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris05d08e92016-02-04 13:16:38 -080034#define V4L2_SEL_TGT_COMPOSE_ACTIVE V4L2_SEL_TGT_COMPOSE
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070035#define V4L2_SUBDEV_SEL_TGT_CROP_ACTUAL V4L2_SEL_TGT_CROP
Ben Cheng655a7c02013-10-16 16:09:24 -070036#define V4L2_SUBDEV_SEL_TGT_COMPOSE_ACTUAL V4L2_SEL_TGT_COMPOSE
37#define V4L2_SUBDEV_SEL_TGT_CROP_BOUNDS V4L2_SEL_TGT_CROP_BOUNDS
Ben Cheng655a7c02013-10-16 16:09:24 -070038/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris05d08e92016-02-04 13:16:38 -080039#define V4L2_SUBDEV_SEL_TGT_COMPOSE_BOUNDS V4L2_SEL_TGT_COMPOSE_BOUNDS
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070040#define V4L2_SEL_FLAG_GE (1 << 0)
Ben Cheng655a7c02013-10-16 16:09:24 -070041#define V4L2_SEL_FLAG_LE (1 << 1)
42#define V4L2_SEL_FLAG_KEEP_CONFIG (1 << 2)
Ben Cheng655a7c02013-10-16 16:09:24 -070043/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris05d08e92016-02-04 13:16:38 -080044#define V4L2_SUBDEV_SEL_FLAG_SIZE_GE V4L2_SEL_FLAG_GE
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070045#define V4L2_SUBDEV_SEL_FLAG_SIZE_LE V4L2_SEL_FLAG_LE
Ben Cheng655a7c02013-10-16 16:09:24 -070046#define V4L2_SUBDEV_SEL_FLAG_KEEP_CONFIG V4L2_SEL_FLAG_KEEP_CONFIG
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070047struct v4l2_edid {
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070048/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris05d08e92016-02-04 13:16:38 -080049 __u32 pad;
Tao Baod7db5942015-01-28 10:07:51 -080050 __u32 start_block;
51 __u32 blocks;
52 __u32 reserved[5];
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070053/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris05d08e92016-02-04 13:16:38 -080054 __u8 * edid;
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070055};
Ben Cheng655a7c02013-10-16 16:09:24 -070056#endif