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

Commit a6cd34bb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "C2AllocatorGralloc: Fix stride in map()"

parents 3cc114cc fad4c79d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -769,7 +769,7 @@ c2_status_t C2AllocationGralloc::map(
            int32_t stride;
            if (mMapper2) {
                stride = int32_t(mInfo2.stride);
            } if (mMapper3) {
            } else if (mMapper3) {
                stride = int32_t(mInfo3.stride);
            } else {
                stride = int32_t(mInfo4.stride);