Searched refs:shortTermBps (Results 1 – 1 of 1) sorted by relevance
64 int32_t *shortTermBps = NULL);141 int32_t *bandwidthBps, bool *isStable, int32_t *shortTermBps) { in estimateBandwidth() argument153 if (shortTermBps) { in estimateBandwidth()154 *shortTermBps = mShortTermEstimate; in estimateBandwidth()177 if (shortTermBps) { in estimateBandwidth()178 *shortTermBps = mShortTermEstimate; in estimateBandwidth()2329 int32_t bandwidthBps, shortTermBps; in switchBandwidthIfNeeded() local2332 &bandwidthBps, &isStable, &shortTermBps)) { in switchBandwidthIfNeeded()2335 bandwidthBps / 1024.0f, isStable, shortTermBps / 1024.0f); in switchBandwidthIfNeeded()2358 if (shortTermBps < bandwidthBps) { in switchBandwidthIfNeeded()[all …]