diff options
author | 2020-02-25 22:43:20 +0000 | |
---|---|---|
committer | 2020-02-25 22:43:20 +0000 | |
commit | 331af0119f577cfe409be88363b0ff7864ec3d60 (patch) | |
tree | 6b7068e4cb4a8584b1348119fe844b50d18c148e | |
parent | 5c96fc386766b7faba3b96dc359f1623882ad019 (diff) | |
parent | 5a1891dc220b8bac9874e2bc4f3e5de44d14f97a (diff) |
Merge "gralloc4: Support RAW plane type" into rvc-dev am: 5a1891dc22
Change-Id: I4b236ff2a058f9b32c7720ae8a2c4ddc15f82163
-rw-r--r-- | libs/gralloc/types/Gralloc4.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/gralloc/types/Gralloc4.cpp b/libs/gralloc/types/Gralloc4.cpp index 603e7e559f..53c68b7230 100644 --- a/libs/gralloc/types/Gralloc4.cpp +++ b/libs/gralloc/types/Gralloc4.cpp @@ -1317,6 +1317,8 @@ std::string getPlaneLayoutComponentTypeName(const ExtendableType& planeLayoutCom return "G"; case PlaneLayoutComponentType::B: return "B"; + case PlaneLayoutComponentType::RAW: + return "RAW"; case PlaneLayoutComponentType::A: return "A"; } |