]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00182743-1 IPU: Add non-interleaved YUV444 pixel format support
authorWayne Zou <b36644@freescale.com>
Tue, 3 Jul 2012 08:59:52 +0000 (16:59 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:12:32 +0000 (14:12 +0200)
Define IPU_PIX_FMT_YUV444P macro for non-interleaved YUV444 pixel format

Signed-off-by: Wayne Zou <b36644@freescale.com>
include/linux/ipu.h

index e0c9e90c28048fa49587ca32c46f738d6be6ad3c..f8178f1b04737b2924f5906a20b350633ba3dce5 100644 (file)
@@ -139,6 +139,8 @@ typedef enum {
 #define IPU_PIX_FMT_YUV420P2 fourcc('Y', 'U', '1', '2')        /*!< 12 YUV 4:2:0 */
 #define IPU_PIX_FMT_YVU422P fourcc('Y', 'V', '1', '6') /*!< 16 YVU 4:2:2 */
 #define IPU_PIX_FMT_YUV422P fourcc('4', '2', '2', 'P') /*!< 16 YUV 4:2:2 */
+/* non-interleaved 4:4:4 */
+#define IPU_PIX_FMT_YUV444P fourcc('4', '4', '4', 'P') /*!< 24 YUV 4:4:4 */
 /*! @} */
 #define IPU_PIX_FMT_TILED_NV12_MBALIGN (16)
 #define TILED_NV12_FRAME_SIZE(w, h)    \