Index: third_party/libva/va/va_android.h |
diff --git a/third_party/libva/va/va_android.h b/third_party/libva/va/va_android.h |
index ca73b84f951ccc2dd084458256b22038f936b8f4..796ab6347c698fcb8b71acc378d11be0a5563a86 100644 |
--- a/third_party/libva/va/va_android.h |
+++ b/third_party/libva/va/va_android.h |
@@ -26,6 +26,11 @@ |
#include <va/va.h> |
+/** \brief Android Gralloc buffer memory type. */ |
+#define VA_SURFACE_ATTRIB_MEM_TYPE_ANDROID_GRALLOC 0x00100000 |
+/** \brief Android ION buffer memory type. */ |
+#define VA_SURFACE_ATTRIB_MEM_TYPE_ANDROID_ION 0x00200000 |
+ |
#ifdef __cplusplus |
extern "C" { |
#endif |