Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp313 PlaneLayout planeLayoutRGB; in TEST_F() local
332 planeLayoutRGB.offsetInBytes = 0; in TEST_F()
333 planeLayoutRGB.sampleIncrementInBits = 32; in TEST_F()
334 planeLayoutRGB.strideInBytes = width + 20; in TEST_F()
335 planeLayoutRGB.widthInSamples = width; in TEST_F()
336 planeLayoutRGB.heightInSamples = height; in TEST_F()
337 planeLayoutRGB.totalSizeInBytes = planeLayoutRGB.strideInBytes * height; in TEST_F()
338 planeLayoutRGB.horizontalSubsampling = 1; in TEST_F()
339 planeLayoutRGB.verticalSubsampling = 1; in TEST_F()
341 planeLayoutRGB.components.push_back(component); in TEST_F()
[all …]
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp1587 PlaneLayout planeLayoutRGB; in TEST_P() local
1606 planeLayoutRGB.offsetInBytes = 0; in TEST_P()
1607 planeLayoutRGB.sampleIncrementInBits = 24; in TEST_P()
1608 planeLayoutRGB.strideInBytes = info.width + 20; in TEST_P()
1609 planeLayoutRGB.widthInSamples = info.width; in TEST_P()
1610 planeLayoutRGB.heightInSamples = info.height; in TEST_P()
1611 planeLayoutRGB.totalSizeInBytes = planeLayoutRGB.strideInBytes * info.height; in TEST_P()
1612 planeLayoutRGB.horizontalSubsampling = 1; in TEST_P()
1613 planeLayoutRGB.verticalSubsampling = 1; in TEST_P()
1616 planeLayoutRGB.components.push_back(component); in TEST_P()
[all …]