Searched refs:mCurBandwidthIndex (Results 1 – 2 of 2) sorted by relevance
286 mCurBandwidthIndex(-1), in LiveSession()768 size_t failureIndex = mCurBandwidthIndex; in onMessageReceived()842 bool switchUp = (mCurBandwidthIndex > mOrigBandwidthIndex); in onMessageReceived()1178 notify, this, uri, mCurBandwidthIndex, mSubtitleGeneration); in addFetcher()1406 static ssize_t mCurBandwidthIndex = -1; in getBandwidthIndex() local1409 if (mCurBandwidthIndex < 0) { in getBandwidthIndex()1412 index = (size_t)mCurBandwidthIndex; in getBandwidthIndex()1414 index = mCurBandwidthIndex + 1; in getBandwidthIndex()1419 mCurBandwidthIndex = index; in getBandwidthIndex()1552 mOrigBandwidthIndex = mCurBandwidthIndex; in changeConfiguration()[all …]
202 ssize_t mCurBandwidthIndex; member