diff options
author | Fugang Duan <B38611@freescale.com> | 2012-05-16 19:50:14 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:37:36 +0800 |
commit | 8bd174bfb42ac7a23eb49c05f2a93f3ed36c0267 (patch) | |
tree | 713b6de3bfbe180fce336e0c6f68cc688b090898 /include | |
parent | 0d244c11d9051613f9b0e1c75eeeaaed56dc835d (diff) |
ENGR00209570 - PxP : Add Y4 output format.
- Add Y4 output format for SPDC.
Signed-off-by: Fugang Duan <B38611@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pxp_dma.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pxp_dma.h b/include/linux/pxp_dma.h index bf63bf3570e5..1be6e395ec55 100644 --- a/include/linux/pxp_dma.h +++ b/include/linux/pxp_dma.h @@ -66,6 +66,7 @@ typedef unsigned char bool; /*! @name YUV Planar Formats */ /*! @{ */ #define PXP_PIX_FMT_GREY fourcc('G', 'R', 'E', 'Y') /*!< 8 Greyscale */ +#define PXP_PIX_FMT_GY04 fourcc('G', 'Y', '0', '4') /*!< 4 Greyscale */ #define PXP_PIX_FMT_YVU410P fourcc('Y', 'V', 'U', '9') /*!< 9 YVU 4:1:0 */ #define PXP_PIX_FMT_YUV410P fourcc('Y', 'U', 'V', '9') /*!< 9 YUV 4:1:0 */ #define PXP_PIX_FMT_YVU420P fourcc('Y', 'V', '1', '2') /*!< 12 YVU 4:2:0 */ |