HomeSort by relevance Sort by last modified time
    Searched refs:getDownloadSize (Results 1 - 6 of 6) sorted by null

  /external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/
pvmf_protocol_engine_progressive_download.cpp 130 if (iParser->getDownloadSize() > 0 && iParser->isDownloadReallyHappen())
132 iCfgFile->SetCurrentFileSize(iParser->getDownloadSize());
133 if (iParser->getContentLength() == 0) iCfgFile->SetOverallFileSize(iParser->getDownloadSize());
135 iParser->getDownloadSize(), iParser->getContentLength(), (int32)iParser->isDownloadReallyHappen()));
164 if (iParser->getDownloadSize() > iCfgFile->GetCurrentFileSize())
201 iParser->getDownloadSize(), iCfgFile->GetCurrentFileSize()));
231 iParser->getDownloadSize(), iCfgFile->GetOverallFileSize()));
263 uint32 validSize = iParser->getDownloadSize() - iCfgFile->GetCurrentFileSize();
282 (iParser->getDownloadSize() <= iCfgFile->GetOverallFileSize());
292 if (iParser->getDownloadSize() > iCfgFile->GetOverallFileSize()
    [all...]
  /external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
pvmf_protocol_engine_common.h 195 virtual uint32 getDownloadSize()
197 return (iParser == NULL ? 0 : iParser->getDownloadSize());
202 return iParser->getContentLength() - iParser->getDownloadSize();
540 uint32 getDownloadSize()
542 return iCurrState->getDownloadSize();
pvmf_protocol_engine_common.cpp 761 uint32 currDownloadSize = iParser->getDownloadSize();
785 OsclFloat downloadRate0 = ((OsclFloat)getDownloadSize() / (OsclFloat)deltaMilliSec0) * (OsclFloat)1000.0; // try to avoid overflow problem for 32-bit interger multiplication
786 OsclFloat downloadRate = ((OsclFloat)getDownloadSize() / (OsclFloat)deltaMilliSec) * (OsclFloat)1000.0; // try to avoid overflow problem for 32-bit interger multiplication
791 deltaMilliSec0, getDownloadSize(), (uint32)(downloadRate0*8)));
794 deltaMilliSec, getDownloadSize(), (uint32)(downloadRate*8)));
    [all...]
pvmf_protocol_engine_internal.h 632 uint32 getDownloadSize()
    [all...]
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
pvmf_protocol_engine_download_common.cpp 90 uint32 downloadSize = iParser->getDownloadSize();
pvmf_protocol_engine_node_download_common.cpp 192 iNodeOutput->setCurrentOutputSize(iProtocol->getDownloadSize());
193 iDownloadControl->setPrevDownloadSize(iProtocol->getDownloadSize());
532 iPlaybackByteRate = divisionInMilliSec(iProtocol->getDownloadSize(), currentNPTReadPosition);
    [all...]

Completed in 38 milliseconds