add TBM_FORMAT_NV12MT format 19/48219/1 accepted/tizen/mobile/20150918.024549 accepted/tizen/tv/20150918.024559 accepted/tizen/wearable/20150918.024614 submit/tizen/20150917.055555
authorBoram Park <boram1288.park@samsung.com>
Wed, 16 Sep 2015 06:46:17 +0000 (15:46 +0900)
committerBoram Park <boram1288.park@samsung.com>
Wed, 16 Sep 2015 06:46:17 +0000 (15:46 +0900)
Change-Id: I651d3bfaff735d3656e7720f3619be5e60a823f9

src/tbm_surface.h

index 43dfc6c..88f7d3f 100644 (file)
@@ -441,6 +441,13 @@ typedef struct _tbm_surface_info
  */
 #define TBM_FORMAT_YVU444   __tbm_fourcc_code('Y', 'V', '2', '4')
 
+/* 2 plane YCbCr */
+/**
+ * @brief Definition for the TBM surface format NV12MT (tiled '64x32' & multi-plane version of NV12).
+ * @since_tizen 3.0 @endif
+ */
+#define TBM_FORMAT_NV12MT   __tbm_fourcc_code('T', 'M', '1', '2')
+
 #ifdef __cplusplus
 extern "C" {
 #endif