Searched refs:realPlaneLayout (Results 1 – 1 of 1) sorted by relevance
1843 const auto& realPlaneLayout = realPlaneLayouts[i]; in TEST_P() local1845 EXPECT_EQ(planeLayout.offsetInBytes, realPlaneLayout.offsetInBytes); in TEST_P()1846 EXPECT_EQ(planeLayout.sampleIncrementInBits, realPlaneLayout.sampleIncrementInBits); in TEST_P()1847 EXPECT_EQ(planeLayout.strideInBytes, realPlaneLayout.strideInBytes); in TEST_P()1848 EXPECT_EQ(planeLayout.widthInSamples, realPlaneLayout.widthInSamples); in TEST_P()1849 EXPECT_EQ(planeLayout.heightInSamples, realPlaneLayout.heightInSamples); in TEST_P()1850 EXPECT_LE(planeLayout.totalSizeInBytes, realPlaneLayout.totalSizeInBytes); in TEST_P()1851 EXPECT_EQ(planeLayout.horizontalSubsampling, realPlaneLayout.horizontalSubsampling); in TEST_P()1852 EXPECT_EQ(planeLayout.verticalSubsampling, realPlaneLayout.verticalSubsampling); in TEST_P()1854 ASSERT_EQ(planeLayout.components.size(), realPlaneLayout.components.size()); in TEST_P()[all …]