Home
last modified time | relevance | path

Searched refs:lastClockTime_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H A Dvideo_sink.cpp129 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()
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dvideo_sink.h86 int64_t lastClockTime_ = -1; variable