• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/v4l2_colorspaces.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 extern const struct xlat v4l2_colorspaces[];
6 
7 #else
8 
9 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
10 static
11 # endif
12 const 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 #if defined(V4L2_COLORSPACE_ADOBERGB) || (defined(HAVE_DECL_V4L2_COLORSPACE_ADOBERGB) && HAVE_DECL_V4L2_COLORSPACE_ADOBERGB)
38   XLAT(V4L2_COLORSPACE_ADOBERGB),
39 #endif
40 #if defined(V4L2_COLORSPACE_BT2020) || (defined(HAVE_DECL_V4L2_COLORSPACE_BT2020) && HAVE_DECL_V4L2_COLORSPACE_BT2020)
41   XLAT(V4L2_COLORSPACE_BT2020),
42 #endif
43 #if defined(V4L2_COLORSPACE_RAW) || (defined(HAVE_DECL_V4L2_COLORSPACE_RAW) && HAVE_DECL_V4L2_COLORSPACE_RAW)
44   XLAT(V4L2_COLORSPACE_RAW),
45 #endif
46 #if defined(V4L2_COLORSPACE_DCI_P3) || (defined(HAVE_DECL_V4L2_COLORSPACE_DCI_P3) && HAVE_DECL_V4L2_COLORSPACE_DCI_P3)
47   XLAT(V4L2_COLORSPACE_DCI_P3),
48 #endif
49  XLAT_END
50 };
51 
52 #endif /* !IN_MPERS */
53