Searched refs:inKbps (Results 1 – 1 of 1) sorted by relevance
901 private int calculateErrorPercent(int inKbps, int bwSampleKbps) { in calculateErrorPercent() argument902 long errorPercent = 100L * (inKbps - bwSampleKbps) / bwSampleKbps; in calculateErrorPercent()