Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp166 int64_t totalTimeUs = 0; in estimateBandwidth() local
171 totalTimeUs += it->mDelayUs; in estimateBandwidth()
175 mShortTermEstimate = totalTimeUs > 0 ? in estimateBandwidth()
176 (totalBytes * 8E6 / totalTimeUs) : *bandwidthBps; in estimateBandwidth()