Searched refs:deltaMilliSec1 (Results 1 – 1 of 1) sorted by relevance
782 …int32 deltaMilliSec1 = pBWEstInfo->iLatestMediaDataTimestamp - pBWEstInfo->iFirstMediaDataTsPerReq… in getDownloadRate() local783 if (deltaMilliSec1 <= 0) return 0; in getDownloadRate()788 …(OsclFloat)deltaMilliSec1) * (OsclFloat)1000.0; // try to avoid overflow problem for 32-bit interg… in getDownloadRate()797 deltaMilliSec1, pBWEstInfo->iTotalSizePerRequest, (uint32)(downloadRate1*8))); in getDownloadRate()