Home
last modified time | relevance | path

Searched refs:newPts (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.39/
H A Dchangelogs-multimedia.md51 int64_t newPts = info.pts;
64 int64_t oldPts = newPts - startTime;
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.39/
H A Dchangelogs-multimedia.md50 int64_t newPts = info.pts;
63 int64_t oldPts = newPts - startTime;
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhencoder.cpp1192 int64_t newPts = newestBuffer_.pts + static_cast<int64_t>(repeatUs_); in RepeatIfNecessary() local
1194 generation, newestBuffer_.item->buffer->GetSeqNum(), newestBuffer_.pts, newPts); in RepeatIfNecessary()
1195 newestBuffer_.pts = newPts; in RepeatIfNecessary()