Re: [PATCH] Add support for YUV420 formats

2012-04-09 Thread Laurent Pinchart
Hi Sergio,

Thanks for the patch.

On Saturday 07 April 2012 22:54:34 saagui...@ti.com wrote:
 From: Sergio Aguirre saagui...@ti.com
 
 Signed-off-by: Sergio Aguirre saagui...@ti.com

Applied to the tree (with a small modification to keep the entries somehow 
sorted).

 ---
  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 },
-- 
Regards,

Laurent Pinchart

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] Add support for YUV420 formats

2012-04-07 Thread Aguirre, Sergio
Hi Laurent,

Sorry, forgot to mention that this is for your media-ctl app.

Regards,
Sergio

On Sat, Apr 7, 2012 at 10:54 PM,  saagui...@ti.com wrote:
 From: Sergio Aguirre saagui...@ti.com

 Signed-off-by: Sergio Aguirre saagui...@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

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html