Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp594 ASSERT_TRUE(gralloc4::isStandardPlaneLayoutComponentType(gralloc4::PlaneLayoutComponentType_Y)); in TEST_F()
602 …ASSERT_FALSE(gralloc4::isStandardPlaneLayoutComponentType({"vendor.mycompanyname.graphics.common.P… in TEST_F()
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1239 bool isStandardPlaneLayoutComponentType(const ExtendableType& planeLayoutComponentType) { in isStandardPlaneLayoutComponentType() function
1318 if (!isStandardPlaneLayoutComponentType(planeLayoutComponentType)) { in getPlaneLayoutComponentTypeName()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h404 bool isStandardPlaneLayoutComponentType(
/frameworks/native/libs/ui/
DGralloc5.cpp647 if (!gralloc4::isStandardPlaneLayoutComponentType(planeLayoutComponent.type)) { in lock()
DGralloc4.cpp332 if (!gralloc4::isStandardPlaneLayoutComponentType(planeLayoutComponent.type)) { in lock()
/frameworks/av/media/codec2/vndk/
DC2AllocatorGralloc.cpp412 if (!gralloc4::isStandardPlaneLayoutComponentType(component.type)) { in Gralloc4Mapper_lock()