Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp1542 int64_t timeUs, ssize_t bandwidthIndex, bool pickTrack) { in changeConfiguration() argument
1544 (long long)timeUs, bandwidthIndex, pickTrack); in changeConfiguration()
1550 if (bandwidthIndex >= 0) { in changeConfiguration()
1552 mCurBandwidthIndex = bandwidthIndex; in changeConfiguration()
2362 ssize_t bandwidthIndex = getBandwidthIndex(bandwidthBps); in switchBandwidthIfNeeded() local
2368 if ((canSwitchUp && bandwidthIndex > mCurBandwidthIndex) in switchBandwidthIfNeeded()
2369 || (canSwitchDown && bandwidthIndex < mCurBandwidthIndex)) { in switchBandwidthIfNeeded()
2373 mInPreparationPhase ? 0 : -1LL, bandwidthIndex); in switchBandwidthIfNeeded()