Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp1543 int64_t timeUs, ssize_t bandwidthIndex, bool pickTrack) { in changeConfiguration() argument
1545 (long long)timeUs, bandwidthIndex, pickTrack); in changeConfiguration()
1551 if (bandwidthIndex >= 0) { in changeConfiguration()
1553 mCurBandwidthIndex = bandwidthIndex; in changeConfiguration()
2363 ssize_t bandwidthIndex = getBandwidthIndex(bandwidthBps); in switchBandwidthIfNeeded() local
2369 if ((canSwitchUp && bandwidthIndex > mCurBandwidthIndex) in switchBandwidthIfNeeded()
2370 || (canSwitchDown && bandwidthIndex < mCurBandwidthIndex)) { in switchBandwidthIfNeeded()
2374 mInPreparationPhase ? 0 : -1LL, bandwidthIndex); in switchBandwidthIfNeeded()