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

Commit 463e71c6 authored by Chien-Yu Chen's avatar Chien-Yu Chen Committed by Android Git Automerger
Browse files

am fc07d1e6: am 4a8f4a3f: Camera3Device: Change HFR request thread priority to 1

* commit 'fc07d1e6':
  Camera3Device: Change HFR request thread priority to 1
parents eb77ffcc fc07d1e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ class Camera3Device :
    static const size_t        kInFlightWarnLimit = 20;
    static const size_t        kInFlightWarnLimitHighSpeed = 256; // batch size 32 * pipe depth 8
    // SCHED_FIFO priority for request submission thread in HFR mode
    static const int           kConstrainedHighSpeedThreadPriority = 3;
    static const int           kConstrainedHighSpeedThreadPriority = 1;

    struct                     RequestTrigger;
    // minimal jpeg buffer size: 256KB + blob header