Added new surface attributes to enable VA surface creation from external buffers.
[profile/ivi/libva.git] / va / va_android.h
index ca73b84..a9a8e52 100644 (file)
@@ -26,6 +26,9 @@
 
 #include <va/va.h>
 
+/** \brief Android Gralloc buffer memory type "AGRA" in fourcc */
+#define VA_SURFACE_ATTRIB_MEM_TYPE_ANDROID_GRALLOC     0x41524741
+
 #ifdef __cplusplus
 extern "C" {
 #endif