mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "gralloc4: Add RAW PlaneLayoutComponentType" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
74a1dce5bd
@@ -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