Searched defs:canSwitchUp (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp2320 // canSwithDown and canSwitchUp can't both be true.
2325 bool canSwitchUp = bufferHigh local
2328 if (canSwitchDown || canSwitchUp) {
2341 // it's possible that we're checking for canSwitchUp case, but the returned
2345 if ((canSwitchUp && bandwidthIndex > mCurBandwidthIndex)

Completed in 79 milliseconds