Home
last modified time | relevance | path

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

/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/
Dpvmf_protocol_engine_node_progressive_download.cpp166 return (aCurrDownloadSize >= iPrevDownloadSize + deltaSizeLimit); in isBufferingEnoughTime()
171 if (iPrevDownloadSize == 0) in isBufferingEnoughTime()
178 if (iProgDownloadSI->convertSizeToTime(iPrevDownloadSize, aPrevNPTInMS) == 0) in isBufferingEnoughTime()
232 …uint32 currDownloadSizeOfInterest = aCurrDownloadSize - iPrevDownloadSize; // use download size as… in checkAutoResumeAlgoNoConstraint()
241 …(uint32)resumeOK, aCurrDownloadSize, iPrevDownloadSize, currDownloadSizeOfInterest, aJitterBufferS… in checkAutoResumeAlgoNoConstraint()
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_node_download_common.cpp500 iPrevDownloadSize = 0; in clearBody()
526 iPrevDownloadSize = iNodeOutput->getCurrentOutputSize(); in requestResumeNotification()
535 iPrevDownloadSizeOrig = iPrevDownloadSize; in requestResumeNotification()
537iPrevDownloadSize = OSCL_MAX(iPrevDownloadSize, currentNPTReadPosition / 1000 * iClipByterate); in requestResumeNotification()
540 …currentNPTReadPosition, (iPlaybackByteRate << 3), iPrevDownloadSize, iPrevDownloadSizeOrig, (iClip… in requestResumeNotification()
Dpvmf_protocol_engine_node_download_common.h194 iPrevDownloadSize = aPrevDownloadSize;
330 uint32 iPrevDownloadSize; variable