Searched refs:priorIdx (Results 1 – 1 of 1) sorted by relevance
562 const size_t priorIdx = (mFirstResyncSample + mNumResyncSamples - 1) % MAX_RESYNC_SAMPLES; in addResyncSample() local563 const nsecs_t lastTimestamp = mResyncSamples[priorIdx]; in addResyncSample()