diff options
author | Austin Yuan <shengquan.yuan@gmail.com> | 2013-03-01 10:45:40 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2013-06-05 09:38:35 +0800 |
commit | cdd02869a83d29899f61c5eae3e3996cb0b8556f (patch) | |
tree | 85cae3fcdb4a03159471026b6a2d9e172fa3acbd /va | |
parent | 872761938971f87df5096fd9ea456bea094695bb (diff) |
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 <shengquan.yuan@intel.com>
Diffstat (limited to 'va')
-rw-r--r-- | va/va_android.h | 2 |
1 files changed, 2 insertions, 0 deletions
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" { |