Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp181 int64_t minEstimate = -1, maxEstimate = -1; in estimateBandwidth() local
185 if (minEstimate < 0 || minEstimate > estimate) { in estimateBandwidth()
186 minEstimate = estimate; in estimateBandwidth()
194 mIsStable = (maxEstimate <= minEstimate * 4 / 3) in estimateBandwidth()
195 && mShortTermEstimate > minEstimate * 7 / 10; in estimateBandwidth()