Home
last modified time | relevance | path

Searched refs:curBandwidth (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp2342 int32_t curBandwidth = mBandwidthItems.itemAt(mCurBandwidthIndex).mBandwidth; in switchBandwidthIfNeeded() local
2347 && (bandwidthBps < (int32_t)curBandwidth); in switchBandwidthIfNeeded()
2349 && (bandwidthBps > (int32_t)curBandwidth * 12 / 10); in switchBandwidthIfNeeded()