Searched refs:calculateErrorPercent (Results 1 – 1 of 1) sorted by relevance
879 int bwEstExtErrPercent = calculateErrorPercent(mLastReportedBwKbps, mBwSampleKbps); in calculateError()880 int bwEstAvgErrPercent = calculateErrorPercent(mAvgUsedKbps, mBwSampleKbps); in calculateError()881 int bwEstIntErrPercent = calculateErrorPercent(mFilterKbps, mBwSampleKbps); in calculateError()882 int coldStartErrPercent = calculateErrorPercent(mStaticBwKbps, mBwSampleKbps); in calculateError()901 private int calculateErrorPercent(int inKbps, int bwSampleKbps) { in calculateErrorPercent() method