Home
last modified time | relevance | path

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

/cts/tests/tests/media/libmediandkjni/
Dnative_media_utils.cpp214 int32_t lastKeyLocation = stats.getSyncFrameNext(0); in checkIntraPeriod() local
216 …int32_t nextKeyLocation = stats.getSyncFrameNext(lastKeyLocation + iInterval - kSyncFrameDeviation… in checkIntraPeriod()
220 if (abs(nextKeyLocation - lastKeyLocation - iInterval) > kSyncFrameDeviationFramesMax) { in checkIntraPeriod()
222 lastKeyLocation, nextKeyLocation - lastKeyLocation, iInterval, in checkIntraPeriod()
227 sumGopDistance += (nextKeyLocation - lastKeyLocation); in checkIntraPeriod()
228 lastKeyLocation = nextKeyLocation; in checkIntraPeriod()