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