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