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

Commit 226686c6 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "gralloc4-vts: RGBA_8888 sampleIncrementInBits should be 32" into rvc-dev am: 13bc687e

Change-Id: I1827032e50ab8e0d309daa7754fd329a0368c073
parents 9d60be20 13bc687e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -221,7 +221,7 @@ class GraphicsMapperHidlTest
                    case PlaneLayoutComponentType::Y:
                        ASSERT_EQ(nullptr, outYCbCr->y);
                        ASSERT_EQ(8, planeLayoutComponent.sizeInBits);
                        ASSERT_EQ(8, planeLayout.sampleIncrementInBits);
                        ASSERT_EQ(32, planeLayout.sampleIncrementInBits);
                        outYCbCr->y = tmpData;
                        outYCbCr->ystride = planeLayout.strideInBytes;
                        break;