Searched refs:avgBwKbps (Results 1 – 1 of 1) sorted by relevance
1536 private int calculateByteCountThreshold(int avgBwKbps, int durationMs) { in calculateByteCountThreshold() argument1537 long avgBytes = (long) avgBwKbps / 8 * durationMs; in calculateByteCountThreshold()