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

Commit ae5bde45 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "gralloc4-vts: RGBA_8888 sampleIncrementInBits should be 32" into...

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

Change-Id: I5f1266698ad7d9afbc98cf8e03c735c60dc6c695
parents 3f91b41b 226686c6
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;