1 /* Generated by ./xlat/gen.sh from ./xlat/v4l2_colorspaces.in; do not edit. */ 2 3 #ifdef IN_MPERS 4 5 # error static const struct xlat v4l2_colorspaces in mpers mode 6 7 #else 8 9 static 10 const struct xlat v4l2_colorspaces[] = { 11 #if defined(V4L2_COLORSPACE_SMPTE170M) || (defined(HAVE_DECL_V4L2_COLORSPACE_SMPTE170M) && HAVE_DECL_V4L2_COLORSPACE_SMPTE170M) 12 XLAT(V4L2_COLORSPACE_SMPTE170M), 13 #endif 14 #if defined(V4L2_COLORSPACE_SMPTE240M) || (defined(HAVE_DECL_V4L2_COLORSPACE_SMPTE240M) && HAVE_DECL_V4L2_COLORSPACE_SMPTE240M) 15 XLAT(V4L2_COLORSPACE_SMPTE240M), 16 #endif 17 #if defined(V4L2_COLORSPACE_REC709) || (defined(HAVE_DECL_V4L2_COLORSPACE_REC709) && HAVE_DECL_V4L2_COLORSPACE_REC709) 18 XLAT(V4L2_COLORSPACE_REC709), 19 #endif 20 #if defined(V4L2_COLORSPACE_BT878) || (defined(HAVE_DECL_V4L2_COLORSPACE_BT878) && HAVE_DECL_V4L2_COLORSPACE_BT878) 21 XLAT(V4L2_COLORSPACE_BT878), 22 #endif 23 #if defined(V4L2_COLORSPACE_470_SYSTEM_M) || (defined(HAVE_DECL_V4L2_COLORSPACE_470_SYSTEM_M) && HAVE_DECL_V4L2_COLORSPACE_470_SYSTEM_M) 24 XLAT(V4L2_COLORSPACE_470_SYSTEM_M), 25 #endif 26 #if defined(V4L2_COLORSPACE_470_SYSTEM_BG) || (defined(HAVE_DECL_V4L2_COLORSPACE_470_SYSTEM_BG) && HAVE_DECL_V4L2_COLORSPACE_470_SYSTEM_BG) 27 XLAT(V4L2_COLORSPACE_470_SYSTEM_BG), 28 #endif 29 #if defined(V4L2_COLORSPACE_JPEG) || (defined(HAVE_DECL_V4L2_COLORSPACE_JPEG) && HAVE_DECL_V4L2_COLORSPACE_JPEG) 30 XLAT(V4L2_COLORSPACE_JPEG), 31 #endif 32 #if defined(V4L2_COLORSPACE_SRGB) || (defined(HAVE_DECL_V4L2_COLORSPACE_SRGB) && HAVE_DECL_V4L2_COLORSPACE_SRGB) 33 XLAT(V4L2_COLORSPACE_SRGB), 34 #endif 35 XLAT_END 36 }; 37 38 #endif /* !IN_MPERS */ 39