Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp85 bool mIsStable; member
95 mIsStable(true), in BandwidthEstimator()
151 *isStable = mIsStable; in estimateBandwidth()
194 mIsStable = (maxEstimate <= minEstimate * 4 / 3) in estimateBandwidth()
197 *isStable = mIsStable; in estimateBandwidth()
206 *bandwidthBps, mIsStable, histSize); in estimateBandwidth()