Loading libs/gralloc/types/Gralloc4.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -1317,6 +1317,8 @@ std::string getPlaneLayoutComponentTypeName(const ExtendableType& planeLayoutCom return "G"; return "G"; case PlaneLayoutComponentType::B: case PlaneLayoutComponentType::B: return "B"; return "B"; case PlaneLayoutComponentType::RAW: return "RAW"; case PlaneLayoutComponentType::A: case PlaneLayoutComponentType::A: return "A"; return "A"; } } Loading Loading
libs/gralloc/types/Gralloc4.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -1317,6 +1317,8 @@ std::string getPlaneLayoutComponentTypeName(const ExtendableType& planeLayoutCom return "G"; return "G"; case PlaneLayoutComponentType::B: case PlaneLayoutComponentType::B: return "B"; return "B"; case PlaneLayoutComponentType::RAW: return "RAW"; case PlaneLayoutComponentType::A: case PlaneLayoutComponentType::A: return "A"; return "A"; } } Loading