Merge "gralloc4: Support RAW type in PlaneLayoutComponentType" into rvc-dev
This commit is contained in:
commit
6de39e03fb
1 changed files with 6 additions and 0 deletions
|
@ -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)};
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue