Searched refs:lastClockTime_ (Results 1 – 2 of 2) sorted by relevance
129 lastClockTime_ = HST_TIME_NONE; in ResetSyncInfo()149 lastClockTime_ = syncCenter->GetClockTimeNow(); in SetLastPts()181 …auto diff2 = (nowCt - lastClockTime_) - static_cast<int64_t>((buffer->pts_ - lastPts_) / speed); /… in CheckBufferLatenessMayWait()
86 int64_t lastClockTime_ = -1; variable