mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Fix size of Rect fields in CROP spec" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
58a2cd6db2
@@ -282,7 +282,7 @@ enum StandardMetadataType {
|
||||
* When it is encoded into a byte stream, the total number of Rects is written using
|
||||
* 8 bytes in little endian. It is followed by each Rect.
|
||||
*
|
||||
* To encode a Rect, write the following fields in this order each as 8 bytes in little endian:
|
||||
* To encode a Rect, write the following fields in this order each as 4 bytes in little endian:
|
||||
* left, top, right and bottom.
|
||||
*/
|
||||
CROP = 16,
|
||||
|
||||
Reference in New Issue
Block a user