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