Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp59 int32_t *shortTermBps = NULL);
136 int32_t *bandwidthBps, bool *isStable, int32_t *shortTermBps) { in estimateBandwidth() argument
148 if (shortTermBps) { in estimateBandwidth()
149 *shortTermBps = mShortTermEstimate; in estimateBandwidth()
172 if (shortTermBps) { in estimateBandwidth()
173 *shortTermBps = mShortTermEstimate; in estimateBandwidth()
2323 int32_t bandwidthBps, shortTermBps; in switchBandwidthIfNeeded() local
2326 &bandwidthBps, &isStable, &shortTermBps)) { in switchBandwidthIfNeeded()
2329 bandwidthBps / 1024.0f, isStable, shortTermBps / 1024.0f); in switchBandwidthIfNeeded()
2352 if (shortTermBps < bandwidthBps) { in switchBandwidthIfNeeded()
[all …]