Searched refs:lastPts_ (Results 1 – 4 of 4) sorted by relevance
36 } else if (lastPts_ > 0) { in CorrectPts()37 auto predictedPts = lastPts_ + lastDuration_; in CorrectPts()47 lastPts_ = ptr->pts; in CorrectPts()54 lastPts_ = HST_TIME_NONE; in ResetImpl()61 int64_t lastPts_ {HST_TIME_NONE};
128 lastPts_ = HST_TIME_NONE; in ResetSyncInfo()146 lastPts_ = lastPts; in SetLastPts()181 …auto diff2 = (nowCt - lastClockTime_) - static_cast<int64_t>((buffer->pts_ - lastPts_) / speed); /… in CheckBufferLatenessMayWait()
260 EXPECT_EQ(videoSink_->lastPts_, lastPts);269 EXPECT_EQ(videoSink_->lastPts_, lastPts);
85 int64_t lastPts_ = -1; variable