summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnthony Han <modan@google.com>2020-07-07 14:52:03 -0700
committerAnthony Han <modan@google.com>2020-07-16 11:24:53 -0700
commit5040ef67bab5ce284e3537dae563ab703c91d2d5 (patch)
treecee4121f687b20203173155737cf024a2b469a46 /include
parent667aa49b8873a62cc1b7b188fe933b97cc01b5f5 (diff)
Gralloc3: Add R8 format
Test: mm libGrallocWrapper && m Change-Id: If7c8bff112d7a3ac9fbff2441a59fd59eee4e7ff
Diffstat (limited to 'include')
-rw-r--r--include/exynos_format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/exynos_format.h b/include/exynos_format.h
index 5b4f699..1760879 100644
--- a/include/exynos_format.h
+++ b/include/exynos_format.h
@@ -97,6 +97,7 @@ enum {
enum {
HAL_PIXEL_FORMAT_GOOGLE_NV12_SP = 0x301,
HAL_PIXEL_FORMAT_GOOGLE_NV12_SP_10B = 0x302,
+ HAL_PIXEL_FORMAT_GOOGLE_R_8 = 0x303,
HAL_PIXEL_FORMAT_GOOGLE_MAX,
};