mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
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:
parent
31a590ef20
commit
688fdd42c8
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue