Searched refs:offsetDelta (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DJankTracker.cpp138 nsecs_t offsetDelta = sfOffset - displayInfo.appVsyncOffset; local
139 // There are two different offset cases. If the offsetDelta is positive
141 // pipelining between the UI & RT threads. If the offsetDelta is large or
144 if (offsetDelta <= 4_ms && offsetDelta >= 0) {
145 // SF will begin composition at VSYNC-app + offsetDelta. If we are triple
148 mDequeueTimeForgiveness = offsetDelta + 4_ms;

Completed in 153 milliseconds