diff options
| author | 2015-06-01 18:31:20 +0000 | |
|---|---|---|
| committer | 2015-06-01 18:31:20 +0000 | |
| commit | 958e9bbdc6a048da386c62a71adcde5ec8a78cdd (patch) | |
| tree | 52217b1a9f9d22eda9d8ba392a94d73f4f366d5c | |
| parent | 2daeb124818ade7b83deaa9decd1592473ec19f3 (diff) | |
| parent | 75145aa2b77c348bce43c432c17b70f6dcb31c91 (diff) | |
am 75145aa2: Merge "SF: Reduce resync samples without present"
* commit '75145aa2b77c348bce43c432c17b70f6dcb31c91':
SF: Reduce resync samples without present
| -rw-r--r-- | services/surfaceflinger/DispSync.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/DispSync.h b/services/surfaceflinger/DispSync.h index 96efc3491a..67142b69db 100644 --- a/services/surfaceflinger/DispSync.h +++ b/services/surfaceflinger/DispSync.h @@ -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. |