From: Jan Altensen Date: Thu, 24 Dec 2020 23:29:08 +0000 (+0100) Subject: universal8895: camera3: add samsung fields to camera3_stream_t struct X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6e8e3febbefa60e98726192405874d468e43128b;p=GitHub%2Fexynos8895%2Fandroid_device_samsung_universal8895-common.git universal8895: camera3: add samsung fields to camera3_stream_t struct Change-Id: I8abf86c3d261c0e49031142b8dc3e2e5d2ea1a8b --- diff --git a/include/hardware/camera3.h b/include/hardware/camera3.h index 7fb86df..08725a7 100644 --- a/include/hardware/camera3.h +++ b/include/hardware/camera3.h @@ -18,7 +18,7 @@ #define ANDROID_INCLUDE_CAMERA3_H #include -#include "camera_common.h" +#include /** * Camera device HAL 3.6[ CAMERA_DEVICE_API_VERSION_3_6 ] @@ -1659,6 +1659,9 @@ typedef struct camera3_stream { */ uint32_t usage; + /* unknown samsung addition */ + char unknown1[4]; + /** * The maximum number of buffers the HAL device may need to have dequeued at * the same time. The HAL device may not have more buffers in-flight from @@ -1758,6 +1761,9 @@ typedef struct camera3_stream { /* reserved for future use */ void *reserved[6]; + /* unknown samsung addition */ + char unknown2[0x14]; + } camera3_stream_t; /**