From: saaguirre@ti.com
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: linux-media@vger.kernel.org, Sergio Aguirre <saaguirre@ti.com>
Subject: [PATCH] Add support for YUV420 formats
Date: Sat, 7 Apr 2012 22:54:34 -0500 [thread overview]
Message-ID: <1333857274-9435-1-git-send-email-saaguirre@ti.com> (raw)
From: Sergio Aguirre <saaguirre@ti.com>
Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
---
src/v4l2subdev.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/v4l2subdev.c b/src/v4l2subdev.c
index b886b72..e28ed49 100644
--- a/src/v4l2subdev.c
+++ b/src/v4l2subdev.c
@@ -498,8 +498,10 @@ static struct {
{ "Y12", V4L2_MBUS_FMT_Y12_1X12 },
{ "YUYV", V4L2_MBUS_FMT_YUYV8_1X16 },
{ "YUYV2X8", V4L2_MBUS_FMT_YUYV8_2X8 },
+ { "YUYV1_5X8", V4L2_MBUS_FMT_YUYV8_1_5X8 },
{ "UYVY", V4L2_MBUS_FMT_UYVY8_1X16 },
{ "UYVY2X8", V4L2_MBUS_FMT_UYVY8_2X8 },
+ { "UYVY1_5X8", V4L2_MBUS_FMT_UYVY8_1_5X8 },
{ "SBGGR8", V4L2_MBUS_FMT_SBGGR8_1X8 },
{ "SGBRG8", V4L2_MBUS_FMT_SGBRG8_1X8 },
{ "SGRBG8", V4L2_MBUS_FMT_SGRBG8_1X8 },
--
1.7.5.4
next reply other threads:[~2012-04-08 3:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-08 3:54 saaguirre [this message]
2012-04-08 3:55 ` [PATCH] Add support for YUV420 formats Aguirre, Sergio
2012-04-09 10:54 ` Laurent Pinchart
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1333857274-9435-1-git-send-email-saaguirre@ti.com \
--to=saaguirre@ti.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox