From 688fdd42c8497fccc754f456b97f4a0309df86b6 Mon Sep 17 00:00:00 2001 From: Tim Zimmermann Date: Sat, 23 Apr 2022 06:56:03 +0200 Subject: [PATCH] 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 --- universal7885-common/include/hardware/camera3.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/universal7885-common/include/hardware/camera3.h b/universal7885-common/include/hardware/camera3.h index 42b35d7..1a1cee7 100644 --- a/universal7885-common/include/hardware/camera3.h +++ b/universal7885-common/include/hardware/camera3.h @@ -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