Searched refs:expOutSize (Results 1 – 1 of 1) sorted by relevance
766 int expOutSize = 0; in testAdaptiveBitRate() local771 expOutSize += ADAPTIVE_BR_INTERVAL * bitrate; in testAdaptiveBitRate()791 float brDev = Math.abs(expOutSize - outSize) * 100.0f / expOutSize; in testAdaptiveBitRate()