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