[go: nahoru, domu]

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

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp1522 int64_t timeUs, ssize_t bandwidthIndex, bool pickTrack) {
1524 (long long)timeUs, bandwidthIndex, pickTrack);
1530 if (bandwidthIndex >= 0) {
1532 mCurBandwidthIndex = bandwidthIndex;
2339 ssize_t bandwidthIndex = getBandwidthIndex(bandwidthBps); local
2342 // bandwidthIndex is < mCurBandwidthIndex, as getBandwidthIndex() only uses 70%
2345 if ((canSwitchUp && bandwidthIndex > mCurBandwidthIndex)
2346 || (canSwitchDown && bandwidthIndex < mCurBandwidthIndex)) {
2350 mInPreparationPhase ? 0 : -1ll, bandwidthIndex);
1521 changeConfiguration( int64_t timeUs, ssize_t bandwidthIndex, bool pickTrack) argument

Completed in 38 milliseconds