xref: /aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/linux/v4l2-common.h (revision cda5da8d549138a6648c5ee6d7a49cf8f4a657be)
1*cda5da8dSAndroid Build Coastguard Worker /*
2*cda5da8dSAndroid Build Coastguard Worker  * This file is auto-generated. Modifications will be lost.
3*cda5da8dSAndroid Build Coastguard Worker  *
4*cda5da8dSAndroid Build Coastguard Worker  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5*cda5da8dSAndroid Build Coastguard Worker  * for more information.
6*cda5da8dSAndroid Build Coastguard Worker  */
7*cda5da8dSAndroid Build Coastguard Worker #ifndef __V4L2_COMMON__
8*cda5da8dSAndroid Build Coastguard Worker #define __V4L2_COMMON__
9*cda5da8dSAndroid Build Coastguard Worker #include <linux/types.h>
10*cda5da8dSAndroid Build Coastguard Worker #define V4L2_SEL_TGT_CROP 0x0000
11*cda5da8dSAndroid Build Coastguard Worker #define V4L2_SEL_TGT_CROP_DEFAULT 0x0001
12*cda5da8dSAndroid Build Coastguard Worker #define V4L2_SEL_TGT_CROP_BOUNDS 0x0002
13*cda5da8dSAndroid Build Coastguard Worker #define V4L2_SEL_TGT_NATIVE_SIZE 0x0003
14*cda5da8dSAndroid Build Coastguard Worker #define V4L2_SEL_TGT_COMPOSE 0x0100
15*cda5da8dSAndroid Build Coastguard Worker #define V4L2_SEL_TGT_COMPOSE_DEFAULT 0x0101
16*cda5da8dSAndroid Build Coastguard Worker #define V4L2_SEL_TGT_COMPOSE_BOUNDS 0x0102
17*cda5da8dSAndroid Build Coastguard Worker #define V4L2_SEL_TGT_COMPOSE_PADDED 0x0103
18*cda5da8dSAndroid Build Coastguard Worker #define V4L2_SEL_FLAG_GE (1 << 0)
19*cda5da8dSAndroid Build Coastguard Worker #define V4L2_SEL_FLAG_LE (1 << 1)
20*cda5da8dSAndroid Build Coastguard Worker #define V4L2_SEL_FLAG_KEEP_CONFIG (1 << 2)
21*cda5da8dSAndroid Build Coastguard Worker struct v4l2_edid {
22*cda5da8dSAndroid Build Coastguard Worker   __u32 pad;
23*cda5da8dSAndroid Build Coastguard Worker   __u32 start_block;
24*cda5da8dSAndroid Build Coastguard Worker   __u32 blocks;
25*cda5da8dSAndroid Build Coastguard Worker   __u32 reserved[5];
26*cda5da8dSAndroid Build Coastguard Worker   __u8 * edid;
27*cda5da8dSAndroid Build Coastguard Worker };
28*cda5da8dSAndroid Build Coastguard Worker #define V4L2_SEL_TGT_CROP_ACTIVE V4L2_SEL_TGT_CROP
29*cda5da8dSAndroid Build Coastguard Worker #define V4L2_SEL_TGT_COMPOSE_ACTIVE V4L2_SEL_TGT_COMPOSE
30*cda5da8dSAndroid Build Coastguard Worker #define V4L2_SUBDEV_SEL_TGT_CROP_ACTUAL V4L2_SEL_TGT_CROP
31*cda5da8dSAndroid Build Coastguard Worker #define V4L2_SUBDEV_SEL_TGT_COMPOSE_ACTUAL V4L2_SEL_TGT_COMPOSE
32*cda5da8dSAndroid Build Coastguard Worker #define V4L2_SUBDEV_SEL_TGT_CROP_BOUNDS V4L2_SEL_TGT_CROP_BOUNDS
33*cda5da8dSAndroid Build Coastguard Worker #define V4L2_SUBDEV_SEL_TGT_COMPOSE_BOUNDS V4L2_SEL_TGT_COMPOSE_BOUNDS
34*cda5da8dSAndroid Build Coastguard Worker #define V4L2_SUBDEV_SEL_FLAG_SIZE_GE V4L2_SEL_FLAG_GE
35*cda5da8dSAndroid Build Coastguard Worker #define V4L2_SUBDEV_SEL_FLAG_SIZE_LE V4L2_SEL_FLAG_LE
36*cda5da8dSAndroid Build Coastguard Worker #define V4L2_SUBDEV_SEL_FLAG_KEEP_CONFIG V4L2_SEL_FLAG_KEEP_CONFIG
37*cda5da8dSAndroid Build Coastguard Worker #endif
38