Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp1227 bool isStandardPlaneLayoutComponentType(const ExtendableType& planeLayoutComponentType) { in isStandardPlaneLayoutComponentType() argument
1228 …return !std::strncmp(planeLayoutComponentType.name.c_str(), GRALLOC4_STANDARD_PLANE_LAYOUT_COMPONE… in isStandardPlaneLayoutComponentType()
1229 planeLayoutComponentType.name.size()); in isStandardPlaneLayoutComponentType()
1249 const ExtendableType& planeLayoutComponentType) { in getStandardPlaneLayoutComponentTypeValue() argument
1250 return static_cast<PlaneLayoutComponentType>(planeLayoutComponentType.value); in getStandardPlaneLayoutComponentTypeValue()
1301 std::string getPlaneLayoutComponentTypeName(const ExtendableType& planeLayoutComponentType) { in getPlaneLayoutComponentTypeName() argument
1302 if (!isStandardPlaneLayoutComponentType(planeLayoutComponentType)) { in getPlaneLayoutComponentTypeName()
1304 stream << planeLayoutComponentType.name << "#" << planeLayoutComponentType.value; in getPlaneLayoutComponentTypeName()
1307 switch (getStandardPlaneLayoutComponentTypeValue(planeLayoutComponentType)) { in getPlaneLayoutComponentTypeName()
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/
H A DGralloc4.h394 const aidl::android::hardware::graphics::common::ExtendableType& planeLayoutComponentType);
406 const aidl::android::hardware::graphics::common::ExtendableType& planeLayoutComponentType);
418 const aidl::android::hardware::graphics::common::ExtendableType& planeLayoutComponentType);