blob: 230bfbbe7f694d3f5ed5eef380e3a6828b8c54bc [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
2 * This file is auto-generated. Modifications will be lost.
3 *
4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5 * for more information.
6 */
Christopher Ferris05d08e92016-02-04 13:16:38 -08007#ifndef __LINUX_MEDIA_BUS_FORMAT_H
8#define __LINUX_MEDIA_BUS_FORMAT_H
9#define MEDIA_BUS_FMT_FIXED 0x0001
10#define MEDIA_BUS_FMT_RGB444_1X12 0x1016
Christopher Ferris05d08e92016-02-04 13:16:38 -080011#define MEDIA_BUS_FMT_RGB444_2X8_PADHI_BE 0x1001
12#define MEDIA_BUS_FMT_RGB444_2X8_PADHI_LE 0x1002
13#define MEDIA_BUS_FMT_RGB555_2X8_PADHI_BE 0x1003
14#define MEDIA_BUS_FMT_RGB555_2X8_PADHI_LE 0x1004
Christopher Ferris05d08e92016-02-04 13:16:38 -080015#define MEDIA_BUS_FMT_RGB565_1X16 0x1017
16#define MEDIA_BUS_FMT_BGR565_2X8_BE 0x1005
17#define MEDIA_BUS_FMT_BGR565_2X8_LE 0x1006
18#define MEDIA_BUS_FMT_RGB565_2X8_BE 0x1007
Christopher Ferris05d08e92016-02-04 13:16:38 -080019#define MEDIA_BUS_FMT_RGB565_2X8_LE 0x1008
20#define MEDIA_BUS_FMT_RGB666_1X18 0x1009
Christopher Ferris0f795212024-01-17 14:17:28 -080021#define MEDIA_BUS_FMT_RGB666_2X9_BE 0x1025
Christopher Ferrisb7cef6d2023-05-09 19:04:15 +000022#define MEDIA_BUS_FMT_BGR666_1X18 0x1023
Christopher Ferris05d08e92016-02-04 13:16:38 -080023#define MEDIA_BUS_FMT_RBG888_1X24 0x100e
24#define MEDIA_BUS_FMT_RGB666_1X24_CPADHI 0x1015
Christopher Ferrisb7cef6d2023-05-09 19:04:15 +000025#define MEDIA_BUS_FMT_BGR666_1X24_CPADHI 0x1024
26#define MEDIA_BUS_FMT_RGB565_1X24_CPADHI 0x1022
Christopher Ferris05d08e92016-02-04 13:16:38 -080027#define MEDIA_BUS_FMT_RGB666_1X7X3_SPWG 0x1010
28#define MEDIA_BUS_FMT_BGR888_1X24 0x1013
Christopher Ferrisaeddbcf2019-07-08 12:45:46 -070029#define MEDIA_BUS_FMT_BGR888_3X8 0x101b
Christopher Ferris05d08e92016-02-04 13:16:38 -080030#define MEDIA_BUS_FMT_GBR888_1X24 0x1014
31#define MEDIA_BUS_FMT_RGB888_1X24 0x100a
Christopher Ferris05d08e92016-02-04 13:16:38 -080032#define MEDIA_BUS_FMT_RGB888_2X12_BE 0x100b
33#define MEDIA_BUS_FMT_RGB888_2X12_LE 0x100c
Christopher Ferris9584fa42019-12-09 15:36:13 -080034#define MEDIA_BUS_FMT_RGB888_3X8 0x101c
Christopher Ferris05667cd2021-02-16 16:01:34 -080035#define MEDIA_BUS_FMT_RGB888_3X8_DELTA 0x101d
Christopher Ferris05d08e92016-02-04 13:16:38 -080036#define MEDIA_BUS_FMT_RGB888_1X7X4_SPWG 0x1011
37#define MEDIA_BUS_FMT_RGB888_1X7X4_JEIDA 0x1012
Christopher Ferris7447a1c2022-10-04 18:24:44 -070038#define MEDIA_BUS_FMT_RGB666_1X30_CPADLO 0x101e
39#define MEDIA_BUS_FMT_RGB888_1X30_CPADLO 0x101f
Christopher Ferris05d08e92016-02-04 13:16:38 -080040#define MEDIA_BUS_FMT_ARGB8888_1X32 0x100d
41#define MEDIA_BUS_FMT_RGB888_1X32_PADHI 0x100f
Christopher Ferris525ce912017-07-26 13:12:53 -070042#define MEDIA_BUS_FMT_RGB101010_1X30 0x1018
Christopher Ferris7447a1c2022-10-04 18:24:44 -070043#define MEDIA_BUS_FMT_RGB666_1X36_CPADLO 0x1020
44#define MEDIA_BUS_FMT_RGB888_1X36_CPADLO 0x1021
Christopher Ferris525ce912017-07-26 13:12:53 -070045#define MEDIA_BUS_FMT_RGB121212_1X36 0x1019
46#define MEDIA_BUS_FMT_RGB161616_1X48 0x101a
Christopher Ferris05d08e92016-02-04 13:16:38 -080047#define MEDIA_BUS_FMT_Y8_1X8 0x2001
48#define MEDIA_BUS_FMT_UV8_1X8 0x2015
Christopher Ferris05d08e92016-02-04 13:16:38 -080049#define MEDIA_BUS_FMT_UYVY8_1_5X8 0x2002
50#define MEDIA_BUS_FMT_VYUY8_1_5X8 0x2003
51#define MEDIA_BUS_FMT_YUYV8_1_5X8 0x2004
52#define MEDIA_BUS_FMT_YVYU8_1_5X8 0x2005
Christopher Ferris05d08e92016-02-04 13:16:38 -080053#define MEDIA_BUS_FMT_UYVY8_2X8 0x2006
54#define MEDIA_BUS_FMT_VYUY8_2X8 0x2007
55#define MEDIA_BUS_FMT_YUYV8_2X8 0x2008
56#define MEDIA_BUS_FMT_YVYU8_2X8 0x2009
Christopher Ferris05d08e92016-02-04 13:16:38 -080057#define MEDIA_BUS_FMT_Y10_1X10 0x200a
Christopher Ferris9ce28842018-10-25 12:11:39 -070058#define MEDIA_BUS_FMT_Y10_2X8_PADHI_LE 0x202c
Christopher Ferris05d08e92016-02-04 13:16:38 -080059#define MEDIA_BUS_FMT_UYVY10_2X10 0x2018
60#define MEDIA_BUS_FMT_VYUY10_2X10 0x2019
61#define MEDIA_BUS_FMT_YUYV10_2X10 0x200b
Christopher Ferris05d08e92016-02-04 13:16:38 -080062#define MEDIA_BUS_FMT_YVYU10_2X10 0x200c
63#define MEDIA_BUS_FMT_Y12_1X12 0x2013
64#define MEDIA_BUS_FMT_UYVY12_2X12 0x201c
65#define MEDIA_BUS_FMT_VYUY12_2X12 0x201d
Christopher Ferris05d08e92016-02-04 13:16:38 -080066#define MEDIA_BUS_FMT_YUYV12_2X12 0x201e
67#define MEDIA_BUS_FMT_YVYU12_2X12 0x201f
Christopher Ferrisaf09c702020-06-01 20:29:29 -070068#define MEDIA_BUS_FMT_Y14_1X14 0x202d
Christopher Ferris8b7fdc92023-02-21 13:36:32 -080069#define MEDIA_BUS_FMT_Y16_1X16 0x202e
Christopher Ferris05d08e92016-02-04 13:16:38 -080070#define MEDIA_BUS_FMT_UYVY8_1X16 0x200f
71#define MEDIA_BUS_FMT_VYUY8_1X16 0x2010
Christopher Ferris05d08e92016-02-04 13:16:38 -080072#define MEDIA_BUS_FMT_YUYV8_1X16 0x2011
73#define MEDIA_BUS_FMT_YVYU8_1X16 0x2012
74#define MEDIA_BUS_FMT_YDYUYDYV8_1X16 0x2014
75#define MEDIA_BUS_FMT_UYVY10_1X20 0x201a
Christopher Ferris05d08e92016-02-04 13:16:38 -080076#define MEDIA_BUS_FMT_VYUY10_1X20 0x201b
77#define MEDIA_BUS_FMT_YUYV10_1X20 0x200d
78#define MEDIA_BUS_FMT_YVYU10_1X20 0x200e
79#define MEDIA_BUS_FMT_VUY8_1X24 0x2024
Christopher Ferris05d08e92016-02-04 13:16:38 -080080#define MEDIA_BUS_FMT_YUV8_1X24 0x2025
Christopher Ferris525ce912017-07-26 13:12:53 -070081#define MEDIA_BUS_FMT_UYYVYY8_0_5X24 0x2026
Christopher Ferris05d08e92016-02-04 13:16:38 -080082#define MEDIA_BUS_FMT_UYVY12_1X24 0x2020
83#define MEDIA_BUS_FMT_VYUY12_1X24 0x2021
84#define MEDIA_BUS_FMT_YUYV12_1X24 0x2022
Christopher Ferris05d08e92016-02-04 13:16:38 -080085#define MEDIA_BUS_FMT_YVYU12_1X24 0x2023
86#define MEDIA_BUS_FMT_YUV10_1X30 0x2016
Christopher Ferris525ce912017-07-26 13:12:53 -070087#define MEDIA_BUS_FMT_UYYVYY10_0_5X30 0x2027
Christopher Ferris05d08e92016-02-04 13:16:38 -080088#define MEDIA_BUS_FMT_AYUV8_1X32 0x2017
Christopher Ferris525ce912017-07-26 13:12:53 -070089#define MEDIA_BUS_FMT_UYYVYY12_0_5X36 0x2028
90#define MEDIA_BUS_FMT_YUV12_1X36 0x2029
91#define MEDIA_BUS_FMT_YUV16_1X48 0x202a
92#define MEDIA_BUS_FMT_UYYVYY16_0_5X48 0x202b
Christopher Ferris05d08e92016-02-04 13:16:38 -080093#define MEDIA_BUS_FMT_SBGGR8_1X8 0x3001
Christopher Ferris05d08e92016-02-04 13:16:38 -080094#define MEDIA_BUS_FMT_SGBRG8_1X8 0x3013
95#define MEDIA_BUS_FMT_SGRBG8_1X8 0x3002
96#define MEDIA_BUS_FMT_SRGGB8_1X8 0x3014
97#define MEDIA_BUS_FMT_SBGGR10_ALAW8_1X8 0x3015
Christopher Ferris05d08e92016-02-04 13:16:38 -080098#define MEDIA_BUS_FMT_SGBRG10_ALAW8_1X8 0x3016
99#define MEDIA_BUS_FMT_SGRBG10_ALAW8_1X8 0x3017
100#define MEDIA_BUS_FMT_SRGGB10_ALAW8_1X8 0x3018
101#define MEDIA_BUS_FMT_SBGGR10_DPCM8_1X8 0x300b
Christopher Ferris05d08e92016-02-04 13:16:38 -0800102#define MEDIA_BUS_FMT_SGBRG10_DPCM8_1X8 0x300c
103#define MEDIA_BUS_FMT_SGRBG10_DPCM8_1X8 0x3009
104#define MEDIA_BUS_FMT_SRGGB10_DPCM8_1X8 0x300d
105#define MEDIA_BUS_FMT_SBGGR10_2X8_PADHI_BE 0x3003
Christopher Ferris05d08e92016-02-04 13:16:38 -0800106#define MEDIA_BUS_FMT_SBGGR10_2X8_PADHI_LE 0x3004
107#define MEDIA_BUS_FMT_SBGGR10_2X8_PADLO_BE 0x3005
108#define MEDIA_BUS_FMT_SBGGR10_2X8_PADLO_LE 0x3006
109#define MEDIA_BUS_FMT_SBGGR10_1X10 0x3007
Christopher Ferris05d08e92016-02-04 13:16:38 -0800110#define MEDIA_BUS_FMT_SGBRG10_1X10 0x300e
111#define MEDIA_BUS_FMT_SGRBG10_1X10 0x300a
112#define MEDIA_BUS_FMT_SRGGB10_1X10 0x300f
113#define MEDIA_BUS_FMT_SBGGR12_1X12 0x3008
Christopher Ferris05d08e92016-02-04 13:16:38 -0800114#define MEDIA_BUS_FMT_SGBRG12_1X12 0x3010
115#define MEDIA_BUS_FMT_SGRBG12_1X12 0x3011
116#define MEDIA_BUS_FMT_SRGGB12_1X12 0x3012
Christopher Ferris6a9755d2017-01-13 14:09:31 -0800117#define MEDIA_BUS_FMT_SBGGR14_1X14 0x3019
Christopher Ferris6a9755d2017-01-13 14:09:31 -0800118#define MEDIA_BUS_FMT_SGBRG14_1X14 0x301a
119#define MEDIA_BUS_FMT_SGRBG14_1X14 0x301b
120#define MEDIA_BUS_FMT_SRGGB14_1X14 0x301c
121#define MEDIA_BUS_FMT_SBGGR16_1X16 0x301d
Christopher Ferris6a9755d2017-01-13 14:09:31 -0800122#define MEDIA_BUS_FMT_SGBRG16_1X16 0x301e
123#define MEDIA_BUS_FMT_SGRBG16_1X16 0x301f
124#define MEDIA_BUS_FMT_SRGGB16_1X16 0x3020
Christopher Ferris05d08e92016-02-04 13:16:38 -0800125#define MEDIA_BUS_FMT_JPEG_1X8 0x4001
Christopher Ferris05d08e92016-02-04 13:16:38 -0800126#define MEDIA_BUS_FMT_S5C_UYVY_JPEG_1X8 0x5001
127#define MEDIA_BUS_FMT_AHSV8888_1X32 0x6001
Christopher Ferris05667cd2021-02-16 16:01:34 -0800128#define MEDIA_BUS_FMT_METADATA_FIXED 0x7001
Christopher Ferris05d08e92016-02-04 13:16:38 -0800129#endif