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