Merge "gralloc4: Add RAW PlaneLayoutComponentType" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-02-25 22:25:41 +00:00
committed by Android (Google) Code Review

View File

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