Searched refs:expOutSize (Results 1 – 2 of 2) sorted by relevance
739 int expOutSize = 0; in testAdaptiveBitRate() local747 expOutSize += adaptiveBrInterval * bitrate; in testAdaptiveBitRate()760 float brDev = Math.abs(expOutSize - outSize) * 100.0f / expOutSize; in testAdaptiveBitRate()
645 int expOutSize = 0; in testAdaptiveBitRate()655 expOutSize += kAdaptiveBitrateInterval * bitrate; in testAdaptiveBitRate()668 float brDev = abs(expOutSize - outSize) * 100.0f / expOutSize; in testAdaptiveBitRate()