summaryrefslogtreecommitdiff
path: root/gralloc-headers/pixel-gralloc/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'gralloc-headers/pixel-gralloc/usage.h')
-rw-r--r--gralloc-headers/pixel-gralloc/usage.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/gralloc-headers/pixel-gralloc/usage.h b/gralloc-headers/pixel-gralloc/usage.h
index 323e3c2..54a1053 100644
--- a/gralloc-headers/pixel-gralloc/usage.h
+++ b/gralloc-headers/pixel-gralloc/usage.h
@@ -39,8 +39,18 @@ enum Usage : uint64_t {
MapUsage(VENDOR_MASK),
MapUsage(VENDOR_MASK_HI),
- // Pixel specific usage
+ // Pixel specific usages
+
+ // Used for AION to allocate PLACEHOLDER buffers
+ PLACEHOLDER_BUFFER = 1ULL << 28,
+
NO_COMPRESSION = 1ULL << 29,
+
+ // Used for the camera ISP image heap of the dual PD buffer.
+ TPU_INPUT = 1ULL << 62,
+
+ // Used to select specific heap for faceauth raw images used for evaluation
+ FACEAUTH_RAW_EVAL = 1ULL << 63,
};
#undef MapUsage