Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp566 ASSERT_TRUE(gralloc4::isStandardPlaneLayoutComponentType(gralloc4::PlaneLayoutComponentType_Y)); in TEST_F()
574 …ASSERT_FALSE(gralloc4::isStandardPlaneLayoutComponentType({"vendor.mycompanyname.graphics.common.P… in TEST_F()
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DHandleImporter.cpp173 if (!gralloc4::isStandardPlaneLayoutComponentType(type)) {
/aosp12/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp1227 bool isStandardPlaneLayoutComponentType(const ExtendableType& planeLayoutComponentType) { in isStandardPlaneLayoutComponentType() function
1302 if (!isStandardPlaneLayoutComponentType(planeLayoutComponentType)) { in getPlaneLayoutComponentTypeName()
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/
H A DGralloc4.h393 bool isStandardPlaneLayoutComponentType(
/aosp12/frameworks/native/libs/ui/
H A DGralloc4.cpp300 if (!gralloc4::isStandardPlaneLayoutComponentType(planeLayoutComponent.type)) { in lock()
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp126 if (!gralloc4::isStandardPlaneLayoutComponentType(component.type)) { in verifyRGBA8888PlaneLayouts()
213 if (!gralloc4::isStandardPlaneLayoutComponentType(planeLayoutComponent.type)) { in getAndroidYCbCr()