mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
Merge "gralloc4-vts: RGBA_8888 sampleIncrementInBits should be 32" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
13bc687eda
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user