Searched refs:presentationTimestamp (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/mock/mediasource/
H A DMockBox.h127 MediaTime presentationTimestamp() const { return m_presentationTimestamp; } function in class:WebCore::final
H A DMockSourceBufferPrivate.cpp57 virtual MediaTime presentationTime() const override { return m_box.presentationTimestamp(); }
/macosx-10.10/WebCore-7600.1.25/Modules/mediasource/
H A DSourceBuffer.cpp1164 MediaTime presentationTimestamp = sample->presentationTime(); local
1180 presentationTimestamp += m_timestampOffset;
1189 if (presentationTimestamp < presentationStartTime || decodeTimestamp < presentationStartTime) {
1211 m_highestPresentationEndTimestamp = presentationTimestamp;
1233 MediaTime frameEndTimestamp = presentationTimestamp + frameDuration;
1267 auto iter = trackBuffer.samples.presentationOrder().findSampleContainingPresentationTime(presentationTimestamp);
1289 if (presentationTimestamp < removeWindowTimestamp)
1304 auto iter_pair = trackBuffer.samples.presentationOrder().findSamplesBetweenPresentationTimes(presentationTimestamp, frameEndTimestamp);
1310 if (trackBuffer.highestPresentationTimestamp.isValid() && trackBuffer.highestPresentationTimestamp <= presentationTimestamp) {
1378 DecodeOrderSampleMap::KeyType decodeKey(decodeTimestamp, presentationTimestamp);
[all...]

Completed in 85 milliseconds