summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2013-06-27 12:19:47 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2014-05-30 16:34:10 +0200
commit8f82d59d2582be3a687a2b44187401f8a3e74a5e (patch)
tree53d8cbf295448a5dcb58e20e63e7d29c59502979
parentc4aee27b34a92f1774dbb41f255b79f46e1bdf06 (diff)
Add ARGB32 and AYUV32 media bus codes support
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rw-r--r--src/v4l2subdev.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/v4l2subdev.c b/src/v4l2subdev.c
index 498c487..6c7f9ec 100644
--- a/src/v4l2subdev.c
+++ b/src/v4l2subdev.c
@@ -652,6 +652,8 @@ static struct {
{ "SGBRG12", V4L2_MBUS_FMT_SGBRG12_1X12 },
{ "SGRBG12", V4L2_MBUS_FMT_SGRBG12_1X12 },
{ "SRGGB12", V4L2_MBUS_FMT_SRGGB12_1X12 },
+ { "AYUV32", V4L2_MBUS_FMT_AYUV8_1X32 },
+ { "ARGB32", V4L2_MBUS_FMT_ARGB8888_1X32 },
};
const char *v4l2_subdev_pixelcode_to_string(enum v4l2_mbus_pixelcode code)