Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/mapper/stable-c/vts/
DVtsHalGraphicsMapperStableC_TargetTest.cpp842 auto cbPlane = planeLayouts[2]; in TEST_P() local
848 EXPECT_EQ(kCbCrSubSampleFactor, cbPlane.horizontalSubsampling); in TEST_P()
849 EXPECT_EQ(kCbCrSubSampleFactor, cbPlane.verticalSubsampling); in TEST_P()
860 EXPECT_EQ(chromaSampleWidth, cbPlane.widthInSamples); in TEST_P()
861 EXPECT_EQ(chromaSampleHeight, cbPlane.heightInSamples); in TEST_P()
864 EXPECT_LE(cbPlane.widthInSamples, cbPlane.strideInBytes); in TEST_P()
/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp800 auto cbPlane = planeLayouts[2]; in TEST_P() local
806 EXPECT_EQ(kCbCrSubSampleFactor, cbPlane.horizontalSubsampling); in TEST_P()
807 EXPECT_EQ(kCbCrSubSampleFactor, cbPlane.verticalSubsampling); in TEST_P()
818 EXPECT_EQ(chromaSampleWidth, cbPlane.widthInSamples); in TEST_P()
819 EXPECT_EQ(chromaSampleHeight, cbPlane.heightInSamples); in TEST_P()
822 EXPECT_LE(cbPlane.widthInSamples, cbPlane.strideInBytes); in TEST_P()