Searched defs:actual_bandwidth (Results 1 – 2 of 2) sorted by relevance
313 double actual_bandwidth = (bytes_read)/seconds_since_last_read; in OnReadCompleted() local
540 void RecordBandwidth(double actual_bandwidth, double potential_bandwidth) { in RecordBandwidth()