Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/mapper/stable-c/vts/
DVtsHalGraphicsMapperStableC_TargetTest.cpp401 for (const auto& planeLayoutComponent : planeLayout.components) { in getAndroidYCbCr() local
402 if (!gralloc4::isStandardPlaneLayoutComponentType(planeLayoutComponent.type)) { in getAndroidYCbCr()
405 ASSERT_EQ(0, planeLayoutComponent.offsetInBits % 8); in getAndroidYCbCr()
408 bitsToBytes(planeLayoutComponent.offsetInBits); in getAndroidYCbCr()
411 auto type = static_cast<PlaneLayoutComponentType>(planeLayoutComponent.type.value); in getAndroidYCbCr()
415 ASSERT_EQ(8, planeLayoutComponent.sizeInBits); in getAndroidYCbCr()
485 for (const auto& planeLayoutComponent : planeLayout.components) { in getAndroidYCbCr_P010() local
486 if (!gralloc4::isStandardPlaneLayoutComponentType(planeLayoutComponent.type)) { in getAndroidYCbCr_P010()
491 bitsToBytes(planeLayoutComponent.offsetInBits); in getAndroidYCbCr_P010()
493 auto type = static_cast<PlaneLayoutComponentType>(planeLayoutComponent.type.value); in getAndroidYCbCr_P010()
[all …]
/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp231 for (const auto& planeLayoutComponent : planeLayout.components) { in getAndroidYCbCr() local
232 if (!gralloc4::isStandardPlaneLayoutComponentType(planeLayoutComponent.type)) { in getAndroidYCbCr()
235 ASSERT_EQ(0, planeLayoutComponent.offsetInBits % 8); in getAndroidYCbCr()
238 bitsToBytes(planeLayoutComponent.offsetInBits); in getAndroidYCbCr()
241 auto type = static_cast<PlaneLayoutComponentType>(planeLayoutComponent.type.value); in getAndroidYCbCr()
245 ASSERT_EQ(8, planeLayoutComponent.sizeInBits); in getAndroidYCbCr()
314 for (const auto& planeLayoutComponent : planeLayout.components) { in getAndroidYCbCr_P010() local
315 if (!gralloc4::isStandardPlaneLayoutComponentType(planeLayoutComponent.type)) { in getAndroidYCbCr_P010()
320 bitsToBytes(planeLayoutComponent.offsetInBits); in getAndroidYCbCr_P010()
322 auto type = static_cast<PlaneLayoutComponentType>(planeLayoutComponent.type.value); in getAndroidYCbCr_P010()
[all …]