1 /* Generated by ./xlat/gen.sh from ./xlat/v4l2_format_description_flags.in; do not edit. */ 2 3 #ifdef IN_MPERS 4 5 # error static const struct xlat v4l2_format_description_flags in mpers mode 6 7 #else 8 9 static 10 const struct xlat v4l2_format_description_flags[] = { 11 #if defined(V4L2_FMT_FLAG_COMPRESSED) || (defined(HAVE_DECL_V4L2_FMT_FLAG_COMPRESSED) && HAVE_DECL_V4L2_FMT_FLAG_COMPRESSED) 12 XLAT(V4L2_FMT_FLAG_COMPRESSED), 13 #endif 14 #if defined(V4L2_FMT_FLAG_EMULATED) || (defined(HAVE_DECL_V4L2_FMT_FLAG_EMULATED) && HAVE_DECL_V4L2_FMT_FLAG_EMULATED) 15 XLAT(V4L2_FMT_FLAG_EMULATED), 16 #endif 17 XLAT_END 18 }; 19 20 #endif /* !IN_MPERS */ 21