From: Austin Yuan Date: Fri, 1 Mar 2013 02:45:40 +0000 (+0800) Subject: SurfaceAttribMemoryType: add ION memory type for Android X-Git-Tag: libva-1.2.0~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cdd02869a83d29899f61c5eae3e3996cb0b8556f;p=platform%2Fupstream%2Flibva.git SurfaceAttribMemoryType: add ION memory type for Android ION is the new Android memory manager for cross-components buffer sharing. Adding this memory type for it. Signed-off-by: Austin Yuan --- diff --git a/va/va_android.h b/va/va_android.h index a5d0e2f..796ab63 100644 --- a/va/va_android.h +++ b/va/va_android.h @@ -28,6 +28,8 @@ /** \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" {