Searched refs:totalTimeUs (Results 1 – 1 of 1) sorted by relevance
165 int64_t totalTimeUs = 0; in estimateBandwidth() local170 totalTimeUs += it->mDelayUs; in estimateBandwidth()174 mShortTermEstimate = totalTimeUs > 0 ? in estimateBandwidth()175 (totalBytes * 8E6 / totalTimeUs) : *bandwidthBps; in estimateBandwidth()