Searched refs:planeLayout (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/graphics/mapper/stable-c/vts/ |
D | VtsHalGraphicsMapperStableC_TargetTest.cpp | 274 const auto& planeLayout = planeLayouts.front(); in verifyRGBA8888PlaneLayouts() local 276 ASSERT_EQ(4, planeLayout.components.size()); in verifyRGBA8888PlaneLayouts() 283 for (const auto& component : planeLayout.components) { in verifyRGBA8888PlaneLayouts() 307 EXPECT_EQ(0, planeLayout.offsetInBytes); in verifyRGBA8888PlaneLayouts() 308 EXPECT_EQ(32, planeLayout.sampleIncrementInBits); in verifyRGBA8888PlaneLayouts() 310 EXPECT_LE(planeLayout.widthInSamples * planeLayout.heightInSamples * 4, in verifyRGBA8888PlaneLayouts() 311 planeLayout.totalSizeInBytes); in verifyRGBA8888PlaneLayouts() 312 EXPECT_EQ(1, planeLayout.horizontalSubsampling); in verifyRGBA8888PlaneLayouts() 313 EXPECT_EQ(1, planeLayout.verticalSubsampling); in verifyRGBA8888PlaneLayouts() 400 for (const auto& planeLayout : planeLayouts) { in getAndroidYCbCr() local [all …]
|
/hardware/interfaces/graphics/mapper/4.0/vts/functional/ |
D | VtsHalGraphicsMapperV4_0TargetTest.cpp | 135 const auto& planeLayout = planeLayouts.front(); in verifyRGBA8888PlaneLayouts() local 137 ASSERT_EQ(4, planeLayout.components.size()); in verifyRGBA8888PlaneLayouts() 144 for (const auto& component : planeLayout.components) { in verifyRGBA8888PlaneLayouts() 168 EXPECT_EQ(0, planeLayout.offsetInBytes); in verifyRGBA8888PlaneLayouts() 169 EXPECT_EQ(32, planeLayout.sampleIncrementInBits); in verifyRGBA8888PlaneLayouts() 171 EXPECT_EQ(mDummyDescriptorInfo.width, planeLayout.widthInSamples); in verifyRGBA8888PlaneLayouts() 172 EXPECT_EQ(mDummyDescriptorInfo.height, planeLayout.heightInSamples); in verifyRGBA8888PlaneLayouts() 173 EXPECT_LE(planeLayout.widthInSamples * planeLayout.heightInSamples * 4, in verifyRGBA8888PlaneLayouts() 174 planeLayout.totalSizeInBytes); in verifyRGBA8888PlaneLayouts() 175 EXPECT_EQ(1, planeLayout.horizontalSubsampling); in verifyRGBA8888PlaneLayouts() [all …]
|