Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 334bbe20 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Set reserved size in Gralloc4 to 0" into rvc-dev am: 284c0a54

Change-Id: I9b1b9fe55a9baf0bf4bc5c267dcda78b2dcc1832
parents afea5fbe 284c0a54
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -77,6 +77,7 @@ static inline void sBufferDescriptorInfo(std::string name, uint32_t width, uint3
    outDescriptorInfo->layerCount = layerCount;
    outDescriptorInfo->format = static_cast<hardware::graphics::common::V1_2::PixelFormat>(format);
    outDescriptorInfo->usage = usage;
    outDescriptorInfo->reservedSize = 0;
}

} // anonymous namespace