Searched refs:currDownloadSizeOfInterest (Results 1 – 1 of 1) sorted by relevance
232 …uint32 currDownloadSizeOfInterest = aCurrDownloadSize - iPrevDownloadSize; // use download size as… in checkAutoResumeAlgoNoConstraint() local233 …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()