• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/v4l2_fields.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 extern const struct xlat v4l2_fields[];
6 
7 #else
8 
9 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
10 static
11 # endif
12 const struct xlat v4l2_fields[] = {
13 #if defined(V4L2_FIELD_ANY) || (defined(HAVE_DECL_V4L2_FIELD_ANY) && HAVE_DECL_V4L2_FIELD_ANY)
14   XLAT(V4L2_FIELD_ANY),
15 #endif
16 #if defined(V4L2_FIELD_NONE) || (defined(HAVE_DECL_V4L2_FIELD_NONE) && HAVE_DECL_V4L2_FIELD_NONE)
17   XLAT(V4L2_FIELD_NONE),
18 #endif
19 #if defined(V4L2_FIELD_TOP) || (defined(HAVE_DECL_V4L2_FIELD_TOP) && HAVE_DECL_V4L2_FIELD_TOP)
20   XLAT(V4L2_FIELD_TOP),
21 #endif
22 #if defined(V4L2_FIELD_BOTTOM) || (defined(HAVE_DECL_V4L2_FIELD_BOTTOM) && HAVE_DECL_V4L2_FIELD_BOTTOM)
23   XLAT(V4L2_FIELD_BOTTOM),
24 #endif
25 #if defined(V4L2_FIELD_INTERLACED) || (defined(HAVE_DECL_V4L2_FIELD_INTERLACED) && HAVE_DECL_V4L2_FIELD_INTERLACED)
26   XLAT(V4L2_FIELD_INTERLACED),
27 #endif
28 #if defined(V4L2_FIELD_SEQ_TB) || (defined(HAVE_DECL_V4L2_FIELD_SEQ_TB) && HAVE_DECL_V4L2_FIELD_SEQ_TB)
29   XLAT(V4L2_FIELD_SEQ_TB),
30 #endif
31 #if defined(V4L2_FIELD_SEQ_BT) || (defined(HAVE_DECL_V4L2_FIELD_SEQ_BT) && HAVE_DECL_V4L2_FIELD_SEQ_BT)
32   XLAT(V4L2_FIELD_SEQ_BT),
33 #endif
34 #if defined(V4L2_FIELD_ALTERNATE) || (defined(HAVE_DECL_V4L2_FIELD_ALTERNATE) && HAVE_DECL_V4L2_FIELD_ALTERNATE)
35   XLAT(V4L2_FIELD_ALTERNATE),
36 #endif
37 #if defined(V4L2_FIELD_INTERLACED_TB) || (defined(HAVE_DECL_V4L2_FIELD_INTERLACED_TB) && HAVE_DECL_V4L2_FIELD_INTERLACED_TB)
38   XLAT(V4L2_FIELD_INTERLACED_TB),
39 #endif
40 #if defined(V4L2_FIELD_INTERLACED_BT) || (defined(HAVE_DECL_V4L2_FIELD_INTERLACED_BT) && HAVE_DECL_V4L2_FIELD_INTERLACED_BT)
41   XLAT(V4L2_FIELD_INTERLACED_BT),
42 #endif
43  XLAT_END
44 };
45 
46 #endif /* !IN_MPERS */
47