summaryrefslogtreecommitdiff
path: root/src/xlat/v4l2_colorspaces.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/xlat/v4l2_colorspaces.in')
-rw-r--r--src/xlat/v4l2_colorspaces.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/xlat/v4l2_colorspaces.in b/src/xlat/v4l2_colorspaces.in
new file mode 100644
index 000000000..4012d2d57
--- /dev/null
+++ b/src/xlat/v4l2_colorspaces.in
@@ -0,0 +1,19 @@
+#value_indexed
+#enum
+#include <sys/time.h>
+#include <linux/ioctl.h>
+#include <linux/types.h>
+#include <linux/videodev2.h>
+V4L2_COLORSPACE_DEFAULT 0
+V4L2_COLORSPACE_SMPTE170M 1
+V4L2_COLORSPACE_SMPTE240M 2
+V4L2_COLORSPACE_REC709 3
+V4L2_COLORSPACE_BT878 4
+V4L2_COLORSPACE_470_SYSTEM_M 5
+V4L2_COLORSPACE_470_SYSTEM_BG 6
+V4L2_COLORSPACE_JPEG 7
+V4L2_COLORSPACE_SRGB 8
+V4L2_COLORSPACE_OPRGB 9
+V4L2_COLORSPACE_BT2020 10
+V4L2_COLORSPACE_RAW 11
+V4L2_COLORSPACE_DCI_P3 12