Home
last modified time | relevance | path

Searched refs:lastPts_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/common/buffer_calibration/
H A Dstrict_monotonic_pts_cal.h36 } 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};
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H A Dvideo_sink.cpp128 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()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/media_sink_test/
H A Dvideo_sink_test.cpp260 EXPECT_EQ(videoSink_->lastPts_, lastPts);
269 EXPECT_EQ(videoSink_->lastPts_, lastPts);
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dvideo_sink.h85 int64_t lastPts_ = -1; variable