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

This commit is contained in:
TreeHugger Robot
2020-02-29 00:23:02 +00:00
committed by Android (Google) Code Review

View File

@@ -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;