Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp80 bool mIsStable; member
90 mIsStable(true), in BandwidthEstimator()
146 *isStable = mIsStable; in estimateBandwidth()
189 mIsStable = (maxEstimate <= minEstimate * 4 / 3) in estimateBandwidth()
192 *isStable = mIsStable; in estimateBandwidth()
201 *bandwidthBps, mIsStable, histSize); in estimateBandwidth()