Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DVideoRenderQualityTracker.cpp670 int64_t previousErrorUs = actualFrameDurationUs[2] - contentFrameDurationUs[2]; in computePreviousJudderScore() local
672 if (abs(previousErrorUs) >= c.judderErrorToleranceUs) { in computePreviousJudderScore()
673 errorUs = abs(errorUs) + abs(errorUs + previousErrorUs); in computePreviousJudderScore()