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

Commit b34a4f2d 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 am: 34968271

Change-Id: I4e067f6f95a3462788a762f3f929cf6901394157
parents 3fa40328 34968271
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)};

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

/**