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

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

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

* commit '4a8f4a3f':
  Camera3Device: Change HFR request thread priority to 1
parents d270804d 4a8f4a3f
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