Merge "gralloc4: Add RAW PlaneLayoutComponentType" into rvc-dev am: 74a1dce5bd

Change-Id: I6fb6337c3970d44398d4668100808e8745dd7b2e
This commit is contained in:
Automerger Merge Worker
2020-02-25 22:43:18 +00:00

View File

@@ -41,6 +41,9 @@ enum PlaneLayoutComponentType {
/* Blue */
B = 1 << 12,
/* Raw */
RAW = 1 << 20,
/* Alpha */
A = 1 << 30,
}