Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/mapper/stable-c/vts/
DVtsHalGraphicsMapperStableC_TargetTest.cpp841 auto crPlane = planeLayouts[1]; in TEST_P() local
845 EXPECT_EQ(kCbCrSubSampleFactor, crPlane.horizontalSubsampling); in TEST_P()
846 EXPECT_EQ(kCbCrSubSampleFactor, crPlane.verticalSubsampling); in TEST_P()
857 EXPECT_EQ(chromaSampleWidth, crPlane.widthInSamples); in TEST_P()
858 EXPECT_EQ(chromaSampleHeight, crPlane.heightInSamples); in TEST_P()
863 EXPECT_LE(crPlane.widthInSamples, crPlane.strideInBytes); in TEST_P()
/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp799 auto crPlane = planeLayouts[1]; in TEST_P() local
803 EXPECT_EQ(kCbCrSubSampleFactor, crPlane.horizontalSubsampling); in TEST_P()
804 EXPECT_EQ(kCbCrSubSampleFactor, crPlane.verticalSubsampling); in TEST_P()
815 EXPECT_EQ(chromaSampleWidth, crPlane.widthInSamples); in TEST_P()
816 EXPECT_EQ(chromaSampleHeight, crPlane.heightInSamples); in TEST_P()
821 EXPECT_LE(crPlane.widthInSamples, crPlane.strideInBytes); in TEST_P()