Home
last modified time | relevance | path

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

/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/
Dpvmf_protocol_engine_node_progressive_download.cpp366 uint32 aMaxFileSize = iCfgFileContainer->getCfgFile()->GetMaxAllowedFileSize(); in calculateDownloadPercentBody() local
367 if (aDownloadProgressPercent > aMaxFileSize) aDownloadProgressPercent = aMaxFileSize; in calculateDownloadPercentBody()