summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPenne <penne.y.lee@intel.com>2014-09-24 03:54:00 -0700
committerXiang, Haihao <haihao.xiang@intel.com>2014-09-27 10:29:12 +0800
commit88ab2de10fff33457405728971e1ca0c9115f912 (patch)
tree1c0bbd9d4bb1b2d5c190a15610b29e5c20292103
parent69e3925199d328fbbf25c27896bb88ae13389db0 (diff)
downloadlibva-88ab2de10fff33457405728971e1ca0c9115f912.tar.gz
Add new encoding attribute to indicate whether encoder is capable to support tiles
Signed-off-by: Penne <penne.y.lee@intel.com> Signed-off-by: Wang, Ce <ce.wang@intel.com>
-rw-r--r--va/va.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/va/va.h b/va/va.h
index c1314ba..328cef7 100644
--- a/va/va.h
+++ b/va/va.h
@@ -677,6 +677,15 @@ typedef enum
VAConfigAttribEncDynamicScaling = 30,
/**
+ * \brief Tile Support Attribute. Read-only.
+ * This attribute conveys whether encoder is capable to support tiles.
+ * If not supported, the tile related parameters sent to encoder, such as
+ * tiling structure, should be ignored.
+ * It is a boolean value 0 - unsupported, 1 - supported.
+ */
+ VAConfigAttribEncTileSupport = 31,
+
+ /**
* \brief Intel specific attributes start at 1001
*/
/**