Searched defs:maxEstimate (Results 1 - 1 of 1) sorted by relevance

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

Completed in 161 milliseconds