Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp84 bool mIsStable; member
94 mIsStable(true), in BandwidthEstimator()
150 *isStable = mIsStable; in estimateBandwidth()
193 mIsStable = (maxEstimate <= minEstimate * 4 / 3) in estimateBandwidth()
196 *isStable = mIsStable; in estimateBandwidth()
205 *bandwidthBps, mIsStable, histSize); in estimateBandwidth()