mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
ExternalCameraDevice: increase max bytes per pixel am: db7be07c9c am: e511bad369
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3302896 Change-Id: I3a7b3f30e8e8e4e7abee093153b0b3b655b4063b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user