diff options
-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"; } |