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

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp286 mCurBandwidthIndex(-1),
752 // remember the failure index (as mCurBandwidthIndex will be restored
754 size_t failureIndex = mCurBandwidthIndex;
828 bool switchUp = (mCurBandwidthIndex > mOrigBandwidthIndex);
1160 notify, this, uri, mCurBandwidthIndex, mSubtitleGeneration);
1388 static ssize_t mCurBandwidthIndex = -1; local
1391 if (mCurBandwidthIndex < 0) {
1394 index = (size_t)mCurBandwidthIndex;
1396 index = mCurBandwidthIndex + 1;
1401 mCurBandwidthIndex
[all...]
H A DLiveSession.h200 ssize_t mCurBandwidthIndex; member in struct:android::LiveSession

Completed in 48 milliseconds