diff options
| author | Dima Zavin <dima@android.com> | 2010-02-16 15:13:19 -0800 |
|---|---|---|
| committer | Dima Zavin <dima@android.com> | 2010-02-16 15:14:26 -0800 |
| commit | 8e4f143d45722bf1e8584e84e55ff844b176c75a (patch) | |
| tree | b77a859664aab5d4cb15701f39b83258de97e837 /include | |
| parent | a1dca2fd9ce8d8ac8cbe373dec330cce7d813e53 (diff) | |
| download | system_core-8e4f143d45722bf1e8584e84e55ff844b176c75a.tar.gz system_core-8e4f143d45722bf1e8584e84e55ff844b176c75a.tar.bz2 system_core-8e4f143d45722bf1e8584e84e55ff844b176c75a.zip | |
pixelflinger: add defines for nv12_tiled semi-planar and nv21 semi-planar
Change-Id: Ib56c19f3c5a71730dd7a7a82b10a59c2bb9b5de8
Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/pixelflinger/format.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/pixelflinger/format.h b/include/pixelflinger/format.h index 6b2050c4..d2bf5dc4 100644 --- a/include/pixelflinger/format.h +++ b/include/pixelflinger/format.h @@ -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 { |
