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

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

Change-Id: I2a41cefad4b69026f12569bcd2ba1c4871082c57
parents 442fbc62 b34a4f2d
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)};

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

/**