universal7885: Camera3: Change usage type to uint64_t

* gralloc BufferUsage is already uint64_t, this seems to be samsung's real change here

Change-Id: I769e2de1e58dff2ed3efa770bf9ae2cb17e55df8
This commit is contained in:
Tim Zimmermann 2022-04-23 06:56:03 +02:00 committed by roynatech2544
commit 688fdd42c8
No known key found for this signature in database
GPG key ID: 50ABF73F0D19445D

View file

@ -1657,7 +1657,8 @@ typedef struct camera3_stream {
* supported due to imcompatible buffer format, dataSpace, or other hardware
* limitations.
*/
uint32_t usage;
uint64_t usage;
/**
* The maximum number of buffers the HAL device may need to have dequeued at