Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp1586 PlaneLayout planeLayoutA; in TEST_P() local
1590 planeLayoutA.offsetInBytes = 0; in TEST_P()
1591 planeLayoutA.sampleIncrementInBits = 8; in TEST_P()
1592 planeLayoutA.strideInBytes = info.width + 20; in TEST_P()
1593 planeLayoutA.widthInSamples = info.width; in TEST_P()
1594 planeLayoutA.heightInSamples = info.height; in TEST_P()
1595 planeLayoutA.totalSizeInBytes = planeLayoutA.strideInBytes * info.height; in TEST_P()
1596 planeLayoutA.horizontalSubsampling = 1; in TEST_P()
1597 planeLayoutA.verticalSubsampling = 1; in TEST_P()
1602 planeLayoutA.components.push_back(component); in TEST_P()
[all …]