hidl: camera: 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
urubino
Tim Zimmermann 2 years ago
parent 548bf0660f
commit 3a22539c7c
No known key found for this signature in database
GPG Key ID: 6DC21A63F819C5EF
  1. 2
      hidl/camera/libhardware_headers/include/hardware/camera3.h

@ -1657,7 +1657,7 @@ 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…
Cancel
Save