]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00182743-4 V4L2 output: Add non-interleaved YUV444 pixel format support
authorWayne Zou <b36644@freescale.com>
Tue, 3 Jul 2012 09:18:08 +0000 (17:18 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:07 +0000 (08:35 +0200)
Add non-interleaved YUV444 pixel format IPU_PIX_FMT_YUV444P support

Signed-off-by: Wayne Zou <b36644@freescale.com>
drivers/media/video/mxc/output/mxc_vout.c

index f1f376db98ce968b249349ea5edbe8a425c81d70..4b3617f89b084b059ba0f0b0753584a083025d29 100644 (file)
@@ -196,6 +196,10 @@ const static struct v4l2_fmtdesc mxc_formats[] = {
                .description = "TILED NV12F",
                .pixelformat = IPU_PIX_FMT_TILED_NV12F,
        },
+       {
+               .description = "YUV444 planar",
+               .pixelformat = IPU_PIX_FMT_YUV444P,
+       },
 };
 
 #define NUM_MXC_VOUT_FORMATS (ARRAY_SIZE(mxc_formats))