Skip to content
Snippets Groups Projects
Commit 8e4f143d authored by Dima Zavin's avatar Dima Zavin
Browse files

pixelflinger: add defines for nv12_tiled semi-planar and nv21 semi-planar


Change-Id: Ib56c19f3c5a71730dd7a7a82b10a59c2bb9b5de8
Signed-off-by: default avatarDima Zavin <dima@android.com>
parent a1dca2fd
Branches
Tags
No related merge requests found
......@@ -52,6 +52,10 @@ enum GGLPixelFormat {
GGL_PIXEL_FORMAT_S_8 = 0x19,
GGL_PIXEL_FORMAT_SZ_24 = 0x1A,
GGL_PIXEL_FORMAT_SZ_8 = 0x1B,
// other variations of YCbCr/YCrCb
GGL_PIXEL_FORMAT_YCbCr_420_SP_TILED = 0x20,
GGL_PIXEL_FORMAT_YCrCb_420_SP = 0x21,
};
enum GGLFormatComponents {
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment