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

Change-Id: Ib1eb5d39112a8f4853b8f21f9caae16843af329e
This commit is contained in:
Automerger Merge Worker
2020-02-29 00:38:20 +00:00

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;