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