Searched refs:bandwidthIndex (Results 1 – 1 of 1) sorted by relevance
1543 int64_t timeUs, ssize_t bandwidthIndex, bool pickTrack) { in changeConfiguration() argument1545 (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() local2369 if ((canSwitchUp && bandwidthIndex > mCurBandwidthIndex) in switchBandwidthIfNeeded()2370 || (canSwitchDown && bandwidthIndex < mCurBandwidthIndex)) { in switchBandwidthIfNeeded()2374 mInPreparationPhase ? 0 : -1LL, bandwidthIndex); in switchBandwidthIfNeeded()