Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45f2359d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "gralloc4: Support RAW type in PlaneLayoutComponentType" into rvc-dev am: 6de39e03 am: 2445a835

Change-Id: Iaff8758353b8228f56cf1d5308156a47143f62ff
parents bd4c87d5 2445a835
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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)};

/*---------------------------------------------------------------------------------------------*/

/**