Searched refs:planeLayoutComponentType (Results 1 – 2 of 2) sorted by relevance
1227 bool isStandardPlaneLayoutComponentType(const ExtendableType& planeLayoutComponentType) { in isStandardPlaneLayoutComponentType() argument1228 …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() argument1250 return static_cast<PlaneLayoutComponentType>(planeLayoutComponentType.value); in getStandardPlaneLayoutComponentTypeValue()1301 std::string getPlaneLayoutComponentTypeName(const ExtendableType& planeLayoutComponentType) { in getPlaneLayoutComponentTypeName() argument1302 if (!isStandardPlaneLayoutComponentType(planeLayoutComponentType)) { in getPlaneLayoutComponentTypeName()1304 stream << planeLayoutComponentType.name << "#" << planeLayoutComponentType.value; in getPlaneLayoutComponentTypeName()1307 switch (getStandardPlaneLayoutComponentTypeValue(planeLayoutComponentType)) { in getPlaneLayoutComponentTypeName()
394 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);