Searched refs:avgBytes (Results 1 – 1 of 1) sorted by relevance
863 long avgBytes = (long) avgBwKbps / 8 * durationMs; in calculateByteCountThreshold() local864 long result = avgBytes * LOW_BW_TO_AVG_BW_RATIO_NUM / LOW_BW_TO_AVG_BW_RATIO_DEN; in calculateByteCountThreshold()