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