commit | e511bad369fd7a19f894719da90cd6013c9e4fa6 | [log] [tgz] |
---|---|---|
author | Grzegorz Jaszczyk <jaszczyk@google.com> | Thu Nov 14 00:48:30 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Nov 14 00:48:30 2024 +0000 |
tree | d66bd8546b1abc95b2597e40fef475503d34108c | |
parent | 1e4e041f75a3746d83478911a905d052ba50db63 [diff] | |
parent | db7be07c9c973deee771149eb1841215c08c6afb [diff] |
ExternalCameraDevice: increase max bytes per pixel am: db7be07c9c Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3302896 Change-Id: I2e4034485998e2332debdb4d0d8e210dd0a10f0f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/camera/device/3.4/default/include/ext_device_v3_4_impl/ExternalCameraDeviceSession.h b/camera/device/3.4/default/include/ext_device_v3_4_impl/ExternalCameraDeviceSession.h index 184c16e..d92a409 100644 --- a/camera/device/3.4/default/include/ext_device_v3_4_impl/ExternalCameraDeviceSession.h +++ b/camera/device/3.4/default/include/ext_device_v3_4_impl/ExternalCameraDeviceSession.h
@@ -109,7 +109,7 @@ static const int kMaxProcessedStream = 2; static const int kMaxStallStream = 1; - static const uint32_t kMaxBytesPerPixel = 2; + static const uint32_t kMaxBytesPerPixel = 3; class OutputThread : public android::Thread { public:
diff --git a/camera/device/default/ExternalCameraDeviceSession.h b/camera/device/default/ExternalCameraDeviceSession.h index 1c6ed06..ed84931 100644 --- a/camera/device/default/ExternalCameraDeviceSession.h +++ b/camera/device/default/ExternalCameraDeviceSession.h
@@ -122,7 +122,7 @@ static const int kMaxProcessedStream = 2; static const int kMaxStallStream = 1; - static const uint32_t kMaxBytesPerPixel = 2; + static const uint32_t kMaxBytesPerPixel = 3; class BufferRequestThread : public SimpleThread { public: