Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: third_party/libva/va/va_android.h

Issue 62273006: Update libva headers to the latest release (1.2.1). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: remove two header files, fix comment style Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698