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

This commit is contained in:
TreeHugger Robot 2020-05-28 02:13:29 +00:00 committed by Android (Google) Code Review
commit 6de39e03fb

View file

@ -431,6 +431,12 @@ static const aidl::android::hardware::graphics::common::ExtendableType PlaneLayo
static_cast<int64_t>( static_cast<int64_t>(
aidl::android::hardware::graphics::common::PlaneLayoutComponentType::A)}; 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)};
/*---------------------------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------------------------*/
/** /**