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>
This commit is contained in:
Grzegorz Jaszczyk
2024-11-14 00:48:30 +00:00
committed by Automerger Merge Worker
2 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ struct ExternalCameraDeviceSession : public virtual RefBase,
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:

View File

@@ -122,7 +122,7 @@ class ExternalCameraDeviceSession : public BnCameraDeviceSession, public OutputT
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: