Searched refs:planeLayoutComponentType (Results 1 – 2 of 2) sorted by relevance
1239 bool isStandardPlaneLayoutComponentType(const ExtendableType& planeLayoutComponentType) { in isStandardPlaneLayoutComponentType() argument1240 …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() argument1262 return static_cast<PlaneLayoutComponentType>(planeLayoutComponentType.value); in getStandardPlaneLayoutComponentTypeValue()1317 std::string getPlaneLayoutComponentTypeName(const ExtendableType& planeLayoutComponentType) { in getPlaneLayoutComponentTypeName() argument1318 if (!isStandardPlaneLayoutComponentType(planeLayoutComponentType)) { in getPlaneLayoutComponentTypeName()1320 stream << planeLayoutComponentType.name << "#" << planeLayoutComponentType.value; in getPlaneLayoutComponentTypeName()1323 switch (getStandardPlaneLayoutComponentTypeValue(planeLayoutComponentType)) { in getPlaneLayoutComponentTypeName()
405 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);