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

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

Merge "Fix stride number in C2AllocationGralloc::map"

parents 44b4130b 7875f687
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -633,7 +633,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);