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

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp500 size_t bandwidthIndex = getBandwidthIndex(); local
506 || (ssize_t)bandwidthIndex != mPrevBandwidthIndex
510 url = mBandwidthItems.editItemAt(bandwidthIndex).mURI;
517 if ((ssize_t)bandwidthIndex != mPrevBandwidthIndex) {
629 if (mPrevBandwidthIndex != (ssize_t)bandwidthIndex) {
636 bandwidthIndex = mPrevBandwidthIndex;
713 mBandwidthItems.removeAt(bandwidthIndex);
723 bandwidthIndex = getBandwidthIndex();
724 mPrevBandwidthIndex = bandwidthIndex;
730 if ((size_t)mPrevBandwidthIndex != bandwidthIndex) {
[all...]

Completed in 39 milliseconds