From 144e7e08bddcfc6627eb9d7b9648c7188af5e51b Mon Sep 17 00:00:00 2001 From: Maciej Socha Date: Mon, 27 Jun 2011 10:04:09 +0200 Subject: [b2r2lib] Add VUY(A)888(8) 24/32-bit formats The new formats are just like the old 24/32-bit YUV(A)888(8) counterparts, except that the component order is reversed. ST-Ericsson ID: 341178 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: Ib88a16cc4a78974adf85623b8a9c53ed034bc1d2 Signed-off-by: Maciej Socha Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/25891 Reviewed-by: QATEST Reviewed-by: QATOOLS Reviewed-by: Robert FEKETE Reviewed-by: Jimmy RUBIN --- include/blt_api.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/include/blt_api.h b/include/blt_api.h index fc77684..df7ec8f 100755 --- a/include/blt_api.h +++ b/include/blt_api.h @@ -245,6 +245,16 @@ enum blt_fmt { * order is swapped.) */ BLT_FMT_YVU422_PACKED_PLANAR = 0x7F00000C, + /** + * @brief 24 bits per pixel VUY format with colors stored as + * V 23:16, U 15:8, and Y 7:0. + */ + BLT_FMT_24_BIT_VUY888 = 0x7F00000D, + /** + * @brief 32 bits per pixel VUYA format with colors stored as + * V 31:24, U 23:16, Y 15:8, and Alpha 7:0. + */ + BLT_FMT_32_BIT_VUYA8888 = 0x7F00000E, }; -- cgit v1.2.3