Searched refs:nextKeyLocation (Results 1 – 1 of 1) sorted by relevance
216 …int32_t nextKeyLocation = stats.getSyncFrameNext(lastKeyLocation + iInterval - kSyncFrameDeviation… in checkIntraPeriod() local217 if (nextKeyLocation < 0) { 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()