Searched refs:iPrevDownloadSize (Results 1 – 3 of 3) sorted by relevance
/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/ |
D | pvmf_protocol_engine_node_progressive_download.cpp | 166 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/ |
D | pvmf_protocol_engine_node_download_common.cpp | 500 iPrevDownloadSize = 0; in clearBody() 526 iPrevDownloadSize = iNodeOutput->getCurrentOutputSize(); in requestResumeNotification() 535 iPrevDownloadSizeOrig = iPrevDownloadSize; in requestResumeNotification() 537 … iPrevDownloadSize = OSCL_MAX(iPrevDownloadSize, currentNPTReadPosition / 1000 * iClipByterate); in requestResumeNotification() 540 …currentNPTReadPosition, (iPlaybackByteRate << 3), iPrevDownloadSize, iPrevDownloadSizeOrig, (iClip… in requestResumeNotification()
|
D | pvmf_protocol_engine_node_download_common.h | 194 iPrevDownloadSize = aPrevDownloadSize; 330 uint32 iPrevDownloadSize; variable
|