Home
last modified time | relevance | path

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

/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_node_download_common.cpp782 uint32 playbackTimeMec32 = 0; in checkAutoResumeAlgoWithConstraint() local
783 if (!getPlaybackTimeFromEngineClock(playbackTimeMec32)) return false; in checkAutoResumeAlgoWithConstraint()
786 aRemainingDownloadSize, aDownloadRate, aDurationMsec - playbackTimeMec32)); in checkAutoResumeAlgoWithConstraint()
792 uint32 playbackRemainingTimeMsec = newDurationMsec - playbackTimeMec32; in checkAutoResumeAlgoWithConstraint()
794 …cisionShortCut(aFileSize - aRemainingDownloadSize, newDurationMsec, playbackTimeMec32, playbackRem… in checkAutoResumeAlgoWithConstraint()
803 … aRemainingDownloadSize, (aDownloadRate << 3), newDurationMsec, aDurationMsec, playbackTimeMec32)); in checkAutoResumeAlgoWithConstraint()