Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/v4l2_buf_flags.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 # error static const struct xlat v4l2_buf_flags in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat v4l2_buf_flags[] = {
     11 #if defined(V4L2_BUF_FLAG_MAPPED) || (defined(HAVE_DECL_V4L2_BUF_FLAG_MAPPED) && HAVE_DECL_V4L2_BUF_FLAG_MAPPED)
     12   XLAT(V4L2_BUF_FLAG_MAPPED),
     13 #endif
     14 #if defined(V4L2_BUF_FLAG_QUEUED) || (defined(HAVE_DECL_V4L2_BUF_FLAG_QUEUED) && HAVE_DECL_V4L2_BUF_FLAG_QUEUED)
     15   XLAT(V4L2_BUF_FLAG_QUEUED),
     16 #endif
     17 #if defined(V4L2_BUF_FLAG_DONE) || (defined(HAVE_DECL_V4L2_BUF_FLAG_DONE) && HAVE_DECL_V4L2_BUF_FLAG_DONE)
     18   XLAT(V4L2_BUF_FLAG_DONE),
     19 #endif
     20 #if defined(V4L2_BUF_FLAG_KEYFRAME) || (defined(HAVE_DECL_V4L2_BUF_FLAG_KEYFRAME) && HAVE_DECL_V4L2_BUF_FLAG_KEYFRAME)
     21   XLAT(V4L2_BUF_FLAG_KEYFRAME),
     22 #endif
     23 #if defined(V4L2_BUF_FLAG_PFRAME) || (defined(HAVE_DECL_V4L2_BUF_FLAG_PFRAME) && HAVE_DECL_V4L2_BUF_FLAG_PFRAME)
     24   XLAT(V4L2_BUF_FLAG_PFRAME),
     25 #endif
     26 #if defined(V4L2_BUF_FLAG_BFRAME) || (defined(HAVE_DECL_V4L2_BUF_FLAG_BFRAME) && HAVE_DECL_V4L2_BUF_FLAG_BFRAME)
     27   XLAT(V4L2_BUF_FLAG_BFRAME),
     28 #endif
     29 #if defined(V4L2_BUF_FLAG_TIMECODE) || (defined(HAVE_DECL_V4L2_BUF_FLAG_TIMECODE) && HAVE_DECL_V4L2_BUF_FLAG_TIMECODE)
     30   XLAT(V4L2_BUF_FLAG_TIMECODE),
     31 #endif
     32 #if defined(V4L2_BUF_FLAG_INPUT) || (defined(HAVE_DECL_V4L2_BUF_FLAG_INPUT) && HAVE_DECL_V4L2_BUF_FLAG_INPUT)
     33   XLAT(V4L2_BUF_FLAG_INPUT),
     34 #endif
     35  XLAT_END
     36 };
     37 
     38 #endif /* !IN_MPERS */
     39