Searched refs:expOutSize (Results 1 – 2 of 2) sorted by relevance
814 int expOutSize = 0; in testAdaptiveBitRate() local819 expOutSize += ADAPTIVE_BR_INTERVAL * bitrate; in testAdaptiveBitRate()839 float brDev = Math.abs(expOutSize - outSize) * 100.0f / expOutSize; in testAdaptiveBitRate()
823 int expOutSize = 0; in testAdaptiveBitRate() local829 expOutSize += kAdaptiveBitrateInterval * bitrate; in testAdaptiveBitRate()849 float brDev = abs(expOutSize - outSize) * 100.0f / expOutSize; in testAdaptiveBitRate()