Merge "gralloc4: Support RAW type in PlaneLayoutComponentType" into rvc-dev am: 6de39e03fb

Change-Id: I440c988bc586b7b0970b563336080832ab25d3f7
This commit is contained in:
TreeHugger Robot 2020-05-28 02:27:35 +00:00 committed by Automerger Merge Worker
commit 9918c3c79b

View file

@ -431,6 +431,12 @@ static const aidl::android::hardware::graphics::common::ExtendableType PlaneLayo
static_cast<int64_t>(
aidl::android::hardware::graphics::common::PlaneLayoutComponentType::A)};
static const aidl::android::hardware::graphics::common::ExtendableType
PlaneLayoutComponentType_RAW =
{GRALLOC4_STANDARD_PLANE_LAYOUT_COMPONENT_TYPE,
static_cast<int64_t>(
aidl::android::hardware::graphics::common::PlaneLayoutComponentType::RAW)};
/*---------------------------------------------------------------------------------------------*/
/**