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

Change-Id: Ib56c19f3c5a71730dd7a7a82b10a59c2bb9b5de8
Signed-off-by: Dima Zavin <dima@android.com>
diff --git a/include/pixelflinger/format.h b/include/pixelflinger/format.h
index 6b2050c..d2bf5dc 100644
--- a/include/pixelflinger/format.h
+++ b/include/pixelflinger/format.h
@@ -52,6 +52,10 @@
     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 {