commit | e6e1b684490570a170b6dedcd861a7355b349035 | [log] [tgz] |
---|---|---|
author | Marissa Wall <marissaw@google.com> | Thu Feb 20 10:23:06 2020 -0800 |
committer | Marissa Ikonomidis <marissaw@google.com> | Tue Feb 25 17:44:34 2020 +0000 |
tree | 1f765b21157d83c243672377e430ecd57f115991 | |
parent | bfefeddfeff9f555d2258fef98d223135480e4dc [diff] |
gralloc4: Add RAW PlaneLayoutComponentType RAW12 and RAW16 buffers need a PlaneLayoutComponentType. Add a RAW type so vendors don't have to add private RAW types. Test: VtsHalGraphicsMapperV4_0 Bug: 149869426 Change-Id: Idf1fa609e3a1506c3c87af22d4c548cf1218fad1
diff --git a/graphics/common/aidl/android/hardware/graphics/common/PlaneLayoutComponentType.aidl b/graphics/common/aidl/android/hardware/graphics/common/PlaneLayoutComponentType.aidl index 18c4a2e..ce08396 100644 --- a/graphics/common/aidl/android/hardware/graphics/common/PlaneLayoutComponentType.aidl +++ b/graphics/common/aidl/android/hardware/graphics/common/PlaneLayoutComponentType.aidl
@@ -41,6 +41,9 @@ /* Blue */ B = 1 << 12, + /* Raw */ + RAW = 1 << 20, + /* Alpha */ A = 1 << 30, }