Searched refs:lastKeyLocation (Results 1 – 1 of 1) sorted by relevance
214 int32_t lastKeyLocation = stats.getSyncFrameNext(0); in checkIntraPeriod() local216 …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()