Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp281 mCurBandwidthIndex(-1), in LiveSession()
763 size_t failureIndex = mCurBandwidthIndex; in onMessageReceived()
837 bool switchUp = (mCurBandwidthIndex > mOrigBandwidthIndex); in onMessageReceived()
1172 notify, this, uri, mCurBandwidthIndex, mSubtitleGeneration); in addFetcher()
1400 static ssize_t mCurBandwidthIndex = -1; in getBandwidthIndex() local
1403 if (mCurBandwidthIndex < 0) { in getBandwidthIndex()
1406 index = (size_t)mCurBandwidthIndex; in getBandwidthIndex()
1408 index = mCurBandwidthIndex + 1; in getBandwidthIndex()
1413 mCurBandwidthIndex = index; in getBandwidthIndex()
1546 mOrigBandwidthIndex = mCurBandwidthIndex; in changeConfiguration()
[all …]
DLiveSession.h202 ssize_t mCurBandwidthIndex; member