1/* Generated by ./xlat/gen.sh from ./xlat/v4l2_buf_types.in; do not edit. */
2
3#ifdef IN_MPERS
4
5extern const struct xlat v4l2_buf_types[];
6
7#else
8
9# if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
10static
11# endif
12const struct xlat v4l2_buf_types[] = {
13#if defined(V4L2_BUF_TYPE_VIDEO_CAPTURE) || (defined(HAVE_DECL_V4L2_BUF_TYPE_VIDEO_CAPTURE) && HAVE_DECL_V4L2_BUF_TYPE_VIDEO_CAPTURE)
14  XLAT(V4L2_BUF_TYPE_VIDEO_CAPTURE),
15#endif
16#if defined(V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) || (defined(HAVE_DECL_V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) && HAVE_DECL_V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE)
17  XLAT(V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE),
18#endif
19#if defined(V4L2_BUF_TYPE_VIDEO_OUTPUT) || (defined(HAVE_DECL_V4L2_BUF_TYPE_VIDEO_OUTPUT) && HAVE_DECL_V4L2_BUF_TYPE_VIDEO_OUTPUT)
20  XLAT(V4L2_BUF_TYPE_VIDEO_OUTPUT),
21#endif
22#if defined(V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) || (defined(HAVE_DECL_V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) && HAVE_DECL_V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
23  XLAT(V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE),
24#endif
25#if defined(V4L2_BUF_TYPE_VIDEO_OVERLAY) || (defined(HAVE_DECL_V4L2_BUF_TYPE_VIDEO_OVERLAY) && HAVE_DECL_V4L2_BUF_TYPE_VIDEO_OVERLAY)
26  XLAT(V4L2_BUF_TYPE_VIDEO_OVERLAY),
27#endif
28#if defined(V4L2_BUF_TYPE_VBI_CAPTURE) || (defined(HAVE_DECL_V4L2_BUF_TYPE_VBI_CAPTURE) && HAVE_DECL_V4L2_BUF_TYPE_VBI_CAPTURE)
29  XLAT(V4L2_BUF_TYPE_VBI_CAPTURE),
30#endif
31#if defined(V4L2_BUF_TYPE_VBI_OUTPUT) || (defined(HAVE_DECL_V4L2_BUF_TYPE_VBI_OUTPUT) && HAVE_DECL_V4L2_BUF_TYPE_VBI_OUTPUT)
32  XLAT(V4L2_BUF_TYPE_VBI_OUTPUT),
33#endif
34#if defined(V4L2_BUF_TYPE_SLICED_VBI_CAPTURE) || (defined(HAVE_DECL_V4L2_BUF_TYPE_SLICED_VBI_CAPTURE) && HAVE_DECL_V4L2_BUF_TYPE_SLICED_VBI_CAPTURE)
35  XLAT(V4L2_BUF_TYPE_SLICED_VBI_CAPTURE),
36#endif
37#if defined(V4L2_BUF_TYPE_SLICED_VBI_OUTPUT) || (defined(HAVE_DECL_V4L2_BUF_TYPE_SLICED_VBI_OUTPUT) && HAVE_DECL_V4L2_BUF_TYPE_SLICED_VBI_OUTPUT)
38  XLAT(V4L2_BUF_TYPE_SLICED_VBI_OUTPUT),
39#endif
40#if defined(V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY) || (defined(HAVE_DECL_V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY) && HAVE_DECL_V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY)
41  XLAT(V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY),
42#endif
43 XLAT_END
44};
45
46#endif /* !IN_MPERS */
47