Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp285 mCurBandwidthIndex(-1), in LiveSession()
767 size_t failureIndex = mCurBandwidthIndex; in onMessageReceived()
841 bool switchUp = (mCurBandwidthIndex > mOrigBandwidthIndex); in onMessageReceived()
1177 notify, this, uri, mCurBandwidthIndex, mSubtitleGeneration); in addFetcher()
1405 static ssize_t mCurBandwidthIndex = -1; in getBandwidthIndex() local
1408 if (mCurBandwidthIndex < 0) { in getBandwidthIndex()
1411 index = (size_t)mCurBandwidthIndex; in getBandwidthIndex()
1413 index = mCurBandwidthIndex + 1; in getBandwidthIndex()
1418 mCurBandwidthIndex = index; in getBandwidthIndex()
1551 mOrigBandwidthIndex = mCurBandwidthIndex; in changeConfiguration()
[all …]
DLiveSession.h202 ssize_t mCurBandwidthIndex; member