Home
last modified time | relevance | path

Searched refs:forgiveAmount (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
DJankTracker.cpp265 nsecs_t forgiveAmount = std::min(expectedDequeueDuration, in addFrame() local
267 LOG_ALWAYS_FATAL_IF(forgiveAmount >= totalDuration, in addFrame()
269 ", total duration %" PRId64, forgiveAmount, totalDuration); in addFrame()
270 totalDuration -= forgiveAmount; in addFrame()