Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp1789 PlaneLayout planeLayoutRGB; in TEST_P() local
1808 planeLayoutRGB.offsetInBytes = 0; in TEST_P()
1809 planeLayoutRGB.sampleIncrementInBits = 24; in TEST_P()
1810 planeLayoutRGB.strideInBytes = info.width + 20; in TEST_P()
1811 planeLayoutRGB.widthInSamples = info.width; in TEST_P()
1812 planeLayoutRGB.heightInSamples = info.height; in TEST_P()
1813 planeLayoutRGB.totalSizeInBytes = planeLayoutRGB.strideInBytes * info.height; in TEST_P()
1814 planeLayoutRGB.horizontalSubsampling = 1; in TEST_P()
1815 planeLayoutRGB.verticalSubsampling = 1; in TEST_P()
1818 planeLayoutRGB.components.push_back(component); in TEST_P()
[all …]