Merge "SF: Reduce resync samples without present" into mnc-dev

This commit is contained in:
Dan Stoza 2015-06-01 16:30:46 +00:00 committed by Android (Google) Code Review
commit f6f221aa98
1 changed files with 1 additions and 1 deletions

View File

@ -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.