1/* Generated by ./xlat/gen.sh from ./xlat/v4l2_colorspaces.in; do not edit. */
2
3#ifdef IN_MPERS
4
5extern const struct xlat v4l2_colorspaces[];
6
7#else
8
9# if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
10static
11# endif
12const struct xlat v4l2_colorspaces[] = {
13#if defined(V4L2_COLORSPACE_SMPTE170M) || (defined(HAVE_DECL_V4L2_COLORSPACE_SMPTE170M) && HAVE_DECL_V4L2_COLORSPACE_SMPTE170M)
14  XLAT(V4L2_COLORSPACE_SMPTE170M),
15#endif
16#if defined(V4L2_COLORSPACE_SMPTE240M) || (defined(HAVE_DECL_V4L2_COLORSPACE_SMPTE240M) && HAVE_DECL_V4L2_COLORSPACE_SMPTE240M)
17  XLAT(V4L2_COLORSPACE_SMPTE240M),
18#endif
19#if defined(V4L2_COLORSPACE_REC709) || (defined(HAVE_DECL_V4L2_COLORSPACE_REC709) && HAVE_DECL_V4L2_COLORSPACE_REC709)
20  XLAT(V4L2_COLORSPACE_REC709),
21#endif
22#if defined(V4L2_COLORSPACE_BT878) || (defined(HAVE_DECL_V4L2_COLORSPACE_BT878) && HAVE_DECL_V4L2_COLORSPACE_BT878)
23  XLAT(V4L2_COLORSPACE_BT878),
24#endif
25#if defined(V4L2_COLORSPACE_470_SYSTEM_M) || (defined(HAVE_DECL_V4L2_COLORSPACE_470_SYSTEM_M) && HAVE_DECL_V4L2_COLORSPACE_470_SYSTEM_M)
26  XLAT(V4L2_COLORSPACE_470_SYSTEM_M),
27#endif
28#if defined(V4L2_COLORSPACE_470_SYSTEM_BG) || (defined(HAVE_DECL_V4L2_COLORSPACE_470_SYSTEM_BG) && HAVE_DECL_V4L2_COLORSPACE_470_SYSTEM_BG)
29  XLAT(V4L2_COLORSPACE_470_SYSTEM_BG),
30#endif
31#if defined(V4L2_COLORSPACE_JPEG) || (defined(HAVE_DECL_V4L2_COLORSPACE_JPEG) && HAVE_DECL_V4L2_COLORSPACE_JPEG)
32  XLAT(V4L2_COLORSPACE_JPEG),
33#endif
34#if defined(V4L2_COLORSPACE_SRGB) || (defined(HAVE_DECL_V4L2_COLORSPACE_SRGB) && HAVE_DECL_V4L2_COLORSPACE_SRGB)
35  XLAT(V4L2_COLORSPACE_SRGB),
36#endif
37 XLAT_END
38};
39
40#endif /* !IN_MPERS */
41