• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/v4l2_sliced_flags.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 extern const struct xlat v4l2_sliced_flags[];
6 
7 #else
8 
9 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
10 static
11 # endif
12 const struct xlat v4l2_sliced_flags[] = {
13 #if defined(V4L2_SLICED_TELETEXT_B) || (defined(HAVE_DECL_V4L2_SLICED_TELETEXT_B) && HAVE_DECL_V4L2_SLICED_TELETEXT_B)
14   XLAT(V4L2_SLICED_TELETEXT_B),
15 #endif
16 #if defined(V4L2_SLICED_VPS) || (defined(HAVE_DECL_V4L2_SLICED_VPS) && HAVE_DECL_V4L2_SLICED_VPS)
17   XLAT(V4L2_SLICED_VPS),
18 #endif
19 #if defined(V4L2_SLICED_CAPTION_525) || (defined(HAVE_DECL_V4L2_SLICED_CAPTION_525) && HAVE_DECL_V4L2_SLICED_CAPTION_525)
20   XLAT(V4L2_SLICED_CAPTION_525),
21 #endif
22 #if defined(V4L2_SLICED_WSS_625) || (defined(HAVE_DECL_V4L2_SLICED_WSS_625) && HAVE_DECL_V4L2_SLICED_WSS_625)
23   XLAT(V4L2_SLICED_WSS_625),
24 #endif
25 #if defined(V4L2_SLICED_VBI_525) || (defined(HAVE_DECL_V4L2_SLICED_VBI_525) && HAVE_DECL_V4L2_SLICED_VBI_525)
26   XLAT(V4L2_SLICED_VBI_525),
27 #endif
28 #if defined(V4L2_SLICED_VBI_625) || (defined(HAVE_DECL_V4L2_SLICED_VBI_625) && HAVE_DECL_V4L2_SLICED_VBI_625)
29   XLAT(V4L2_SLICED_VBI_625),
30 #endif
31  XLAT_END
32 };
33 
34 #endif /* !IN_MPERS */
35