Searched refs:shortTermBps (Results 1 – 1 of 1) sorted by relevance
63 int32_t *shortTermBps = NULL);140 int32_t *bandwidthBps, bool *isStable, int32_t *shortTermBps) { in estimateBandwidth() argument152 if (shortTermBps) { in estimateBandwidth()153 *shortTermBps = mShortTermEstimate; in estimateBandwidth()176 if (shortTermBps) { in estimateBandwidth()177 *shortTermBps = mShortTermEstimate; in estimateBandwidth()2328 int32_t bandwidthBps, shortTermBps; in switchBandwidthIfNeeded() local2331 &bandwidthBps, &isStable, &shortTermBps)) { in switchBandwidthIfNeeded()2334 bandwidthBps / 1024.0f, isStable, shortTermBps / 1024.0f); in switchBandwidthIfNeeded()2357 if (shortTermBps < bandwidthBps) { in switchBandwidthIfNeeded()[all …]