summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhao Yakui <yakui.zhao@intel.com>2016-11-17 13:23:30 -0500
committerXiang, Haihao <haihao.xiang@intel.com>2016-11-21 10:04:31 +0800
commitd0c867c683671b60059175e74a46e00e7c115091 (patch)
tree119002bdb5b7f92c83ebec0adbd54d686e89282e
parent4dc07b2298840bb75de2f7e78a5abe63adaff236 (diff)
Add the fourcc of I010 format
I010 is another kind of 10-bit format. Its layout is similar to IYUV(I420). And the lower 10-bit is used. Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Reviewed-by: Xiang, Haihao <haihao.xiang@intel.com>
-rw-r--r--va/va.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/va/va.h b/va/va.h
index 88628a8..153a89b 100644
--- a/va/va.h
+++ b/va/va.h
@@ -2545,6 +2545,11 @@ VAStatus vaQuerySurfaceError(
#define VA_FOURCC_P010 0x30313050
#define VA_FOURCC_P016 0x36313050
+/**
+ * 10-bit Planar YUV 420 and occupy the lower 10-bit.
+ */
+#define VA_FOURCC_I010 0x30313049
+
/* byte order */
#define VA_LSB_FIRST 1
#define VA_MSB_FIRST 2