mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 09:36:03 +00:00
Merge "gralloc4: Add RAW PlaneLayoutComponentType" into rvc-dev am: 74a1dce5bd
Change-Id: I6fb6337c3970d44398d4668100808e8745dd7b2e
This commit is contained in:
@@ -41,6 +41,9 @@ enum PlaneLayoutComponentType {
|
||||
/* Blue */
|
||||
B = 1 << 12,
|
||||
|
||||
/* Raw */
|
||||
RAW = 1 << 20,
|
||||
|
||||
/* Alpha */
|
||||
A = 1 << 30,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user