blob: d6d7cb736680738eaff3ecc565edcfc021375db1 [file] [log] [blame]
Elliott Hughescaca6ee2015-01-06 12:18:17 -08001/* Generated by ./xlat/gen.sh from ./xlat/v4l2_colorspaces.in; do not edit. */
2
3static const struct xlat v4l2_colorspaces[] = {
4#if defined(V4L2_COLORSPACE_SMPTE170M) || (defined(HAVE_DECL_V4L2_COLORSPACE_SMPTE170M) && HAVE_DECL_V4L2_COLORSPACE_SMPTE170M)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(V4L2_COLORSPACE_SMPTE170M),
Elliott Hughescaca6ee2015-01-06 12:18:17 -08006#endif
7#if defined(V4L2_COLORSPACE_SMPTE240M) || (defined(HAVE_DECL_V4L2_COLORSPACE_SMPTE240M) && HAVE_DECL_V4L2_COLORSPACE_SMPTE240M)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(V4L2_COLORSPACE_SMPTE240M),
Elliott Hughescaca6ee2015-01-06 12:18:17 -08009#endif
10#if defined(V4L2_COLORSPACE_REC709) || (defined(HAVE_DECL_V4L2_COLORSPACE_REC709) && HAVE_DECL_V4L2_COLORSPACE_REC709)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(V4L2_COLORSPACE_REC709),
Elliott Hughescaca6ee2015-01-06 12:18:17 -080012#endif
13#if defined(V4L2_COLORSPACE_BT878) || (defined(HAVE_DECL_V4L2_COLORSPACE_BT878) && HAVE_DECL_V4L2_COLORSPACE_BT878)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(V4L2_COLORSPACE_BT878),
Elliott Hughescaca6ee2015-01-06 12:18:17 -080015#endif
16#if defined(V4L2_COLORSPACE_470_SYSTEM_M) || (defined(HAVE_DECL_V4L2_COLORSPACE_470_SYSTEM_M) && HAVE_DECL_V4L2_COLORSPACE_470_SYSTEM_M)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(V4L2_COLORSPACE_470_SYSTEM_M),
Elliott Hughescaca6ee2015-01-06 12:18:17 -080018#endif
19#if defined(V4L2_COLORSPACE_470_SYSTEM_BG) || (defined(HAVE_DECL_V4L2_COLORSPACE_470_SYSTEM_BG) && HAVE_DECL_V4L2_COLORSPACE_470_SYSTEM_BG)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(V4L2_COLORSPACE_470_SYSTEM_BG),
Elliott Hughescaca6ee2015-01-06 12:18:17 -080021#endif
22#if defined(V4L2_COLORSPACE_JPEG) || (defined(HAVE_DECL_V4L2_COLORSPACE_JPEG) && HAVE_DECL_V4L2_COLORSPACE_JPEG)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(V4L2_COLORSPACE_JPEG),
Elliott Hughescaca6ee2015-01-06 12:18:17 -080024#endif
25#if defined(V4L2_COLORSPACE_SRGB) || (defined(HAVE_DECL_V4L2_COLORSPACE_SRGB) && HAVE_DECL_V4L2_COLORSPACE_SRGB)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070026 XLAT(V4L2_COLORSPACE_SRGB),
Elliott Hughescaca6ee2015-01-06 12:18:17 -080027#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070028 XLAT_END
Elliott Hughescaca6ee2015-01-06 12:18:17 -080029};