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

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

ExternalCameraDevice: increase max bytes per pixel am: db7be07c am: e511bad3

parents 2733768b e511bad3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -109,7 +109,7 @@ struct ExternalCameraDeviceSession : public virtual RefBase,


    static const int kMaxProcessedStream = 2;
    static const int kMaxProcessedStream = 2;
    static const int kMaxStallStream = 1;
    static const int kMaxStallStream = 1;
    static const uint32_t kMaxBytesPerPixel = 2;
    static const uint32_t kMaxBytesPerPixel = 3;


    class OutputThread : public android::Thread {
    class OutputThread : public android::Thread {
    public:
    public:
+1 −1
Original line number Original line Diff line number Diff line
@@ -122,7 +122,7 @@ class ExternalCameraDeviceSession : public BnCameraDeviceSession, public OutputT


    static const int kMaxProcessedStream = 2;
    static const int kMaxProcessedStream = 2;
    static const int kMaxStallStream = 1;
    static const int kMaxStallStream = 1;
    static const uint32_t kMaxBytesPerPixel = 2;
    static const uint32_t kMaxBytesPerPixel = 3;


    class BufferRequestThread : public SimpleThread {
    class BufferRequestThread : public SimpleThread {
      public:
      public: