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

Commit 407cabe5 authored by Dan Stoza's avatar Dan Stoza Committed by Android Git Automerger
Browse files

am 958e9bbd: am 75145aa2: Merge "SF: Reduce resync samples without present"

* commit '958e9bbd':
  SF: Reduce resync samples without present
parents 0e11b2b3 958e9bbd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -139,7 +139,7 @@ private:
    enum { MAX_RESYNC_SAMPLES = 32 };
    enum { MIN_RESYNC_SAMPLES_FOR_UPDATE = 3 };
    enum { NUM_PRESENT_SAMPLES = 8 };
    enum { MAX_RESYNC_SAMPLES_WITHOUT_PRESENT = 12 };
    enum { MAX_RESYNC_SAMPLES_WITHOUT_PRESENT = 4 };

    // mPeriod is the computed period of the modeled vsync events in
    // nanoseconds.