Home
last modified time | relevance | path

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

/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/
Dpvmf_protocol_engine_node_progressive_download.cpp232 …uint32 currDownloadSizeOfInterest = aCurrDownloadSize - iPrevDownloadSize; // use download size as… in checkAutoResumeAlgoNoConstraint() local
233 …if (iPlaybackByteRate > 0) currDownloadSizeOfInterest /= iPlaybackByteRate; // use playback time a… in checkAutoResumeAlgoNoConstraint()
234 …else if (aFileSize > 0) currDownloadSizeOfInterest /= (aFileSize / PVPROTOCOLENGINE_DOWNLOAD_BYTE_… in checkAutoResumeAlgoNoConstraint()
239 bool resumeOK = (currDownloadSizeOfInterest >= aJitterBufferSize); in checkAutoResumeAlgoNoConstraint()
241 …(uint32)resumeOK, aCurrDownloadSize, iPrevDownloadSize, currDownloadSizeOfInterest, aJitterBufferS… in checkAutoResumeAlgoNoConstraint()