1 /* Generated by ./xlat/gen.sh from ./xlat/v4l2_vbi_flags.in; do not edit. */ 2 3 #ifdef IN_MPERS 4 5 extern const struct xlat v4l2_vbi_flags[]; 6 7 #else 8 9 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS) 10 static 11 # endif 12 const struct xlat v4l2_vbi_flags[] = { 13 #if defined(V4L2_VBI_UNSYNC) || (defined(HAVE_DECL_V4L2_VBI_UNSYNC) && HAVE_DECL_V4L2_VBI_UNSYNC) 14 XLAT(V4L2_VBI_UNSYNC), 15 #endif 16 #if defined(V4L2_VBI_INTERLACED) || (defined(HAVE_DECL_V4L2_VBI_INTERLACED) && HAVE_DECL_V4L2_VBI_INTERLACED) 17 XLAT(V4L2_VBI_INTERLACED), 18 #endif 19 #if defined(V4L2_VBI_ITU_525_F1_START) || (defined(HAVE_DECL_V4L2_VBI_ITU_525_F1_START) && HAVE_DECL_V4L2_VBI_ITU_525_F1_START) 20 XLAT(V4L2_VBI_ITU_525_F1_START), 21 #endif 22 #if defined(V4L2_VBI_ITU_525_F2_START) || (defined(HAVE_DECL_V4L2_VBI_ITU_525_F2_START) && HAVE_DECL_V4L2_VBI_ITU_525_F2_START) 23 XLAT(V4L2_VBI_ITU_525_F2_START), 24 #endif 25 #if defined(V4L2_VBI_ITU_625_F1_START) || (defined(HAVE_DECL_V4L2_VBI_ITU_625_F1_START) && HAVE_DECL_V4L2_VBI_ITU_625_F1_START) 26 XLAT(V4L2_VBI_ITU_625_F1_START), 27 #endif 28 #if defined(V4L2_VBI_ITU_625_F2_START) || (defined(HAVE_DECL_V4L2_VBI_ITU_625_F2_START) && HAVE_DECL_V4L2_VBI_ITU_625_F2_START) 29 XLAT(V4L2_VBI_ITU_625_F2_START), 30 #endif 31 XLAT_END 32 }; 33 34 #endif /* !IN_MPERS */ 35