Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp176 int64_t minEstimate = -1, maxEstimate = -1; in estimateBandwidth() local
183 if (maxEstimate < 0 || maxEstimate < estimate) { in estimateBandwidth()
184 maxEstimate = estimate; in estimateBandwidth()
189 mIsStable = (maxEstimate <= minEstimate * 4 / 3) in estimateBandwidth()