Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1239 bool isStandardPlaneLayoutComponentType(const ExtendableType& planeLayoutComponentType) { in isStandardPlaneLayoutComponentType() argument
1240 …return !std::strncmp(planeLayoutComponentType.name.c_str(), GRALLOC4_STANDARD_PLANE_LAYOUT_COMPONE… in isStandardPlaneLayoutComponentType()
1241 planeLayoutComponentType.name.size()); in isStandardPlaneLayoutComponentType()
1261 const ExtendableType& planeLayoutComponentType) { in getStandardPlaneLayoutComponentTypeValue() argument
1262 return static_cast<PlaneLayoutComponentType>(planeLayoutComponentType.value); in getStandardPlaneLayoutComponentTypeValue()
1317 std::string getPlaneLayoutComponentTypeName(const ExtendableType& planeLayoutComponentType) { in getPlaneLayoutComponentTypeName() argument
1318 if (!isStandardPlaneLayoutComponentType(planeLayoutComponentType)) { in getPlaneLayoutComponentTypeName()
1320 stream << planeLayoutComponentType.name << "#" << planeLayoutComponentType.value; in getPlaneLayoutComponentTypeName()
1323 switch (getStandardPlaneLayoutComponentTypeValue(planeLayoutComponentType)) { in getPlaneLayoutComponentTypeName()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h405 const aidl::android::hardware::graphics::common::ExtendableType& planeLayoutComponentType);
417 const aidl::android::hardware::graphics::common::ExtendableType& planeLayoutComponentType);
429 const aidl::android::hardware::graphics::common::ExtendableType& planeLayoutComponentType);