Home
last modified time | relevance | path

Searched refs:realPlaneLayout (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp1641 const auto& realPlaneLayout = realPlaneLayouts[i]; in TEST_P() local
1643 EXPECT_EQ(planeLayout.offsetInBytes, realPlaneLayout.offsetInBytes); in TEST_P()
1644 EXPECT_EQ(planeLayout.sampleIncrementInBits, realPlaneLayout.sampleIncrementInBits); in TEST_P()
1645 EXPECT_EQ(planeLayout.strideInBytes, realPlaneLayout.strideInBytes); in TEST_P()
1646 EXPECT_EQ(planeLayout.widthInSamples, realPlaneLayout.widthInSamples); in TEST_P()
1647 EXPECT_EQ(planeLayout.heightInSamples, realPlaneLayout.heightInSamples); in TEST_P()
1648 EXPECT_LE(planeLayout.totalSizeInBytes, realPlaneLayout.totalSizeInBytes); in TEST_P()
1649 EXPECT_EQ(planeLayout.horizontalSubsampling, realPlaneLayout.horizontalSubsampling); in TEST_P()
1650 EXPECT_EQ(planeLayout.verticalSubsampling, realPlaneLayout.verticalSubsampling); in TEST_P()
1652 ASSERT_EQ(planeLayout.components.size(), realPlaneLayout.components.size()); in TEST_P()
[all …]