Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e511bad3 authored by Grzegorz Jaszczyk's avatar Grzegorz Jaszczyk Committed by Automerger Merge Worker
Browse files

ExternalCameraDevice: increase max bytes per pixel am: db7be07c

parents 1e4e041f db7be07c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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:
+1 −1
Original line number Diff line number Diff line
@@ -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: