Home
last modified time | relevance | path

Searched refs:num_packets_transmitted (Results 1 – 1 of 1) sorted by relevance

/external/openscreen/cast/streaming/
Dbandwidth_estimator.cc91 const int32_t num_packets_transmitted = burst_history_.Sum(); in ComputeNetworkBandwidth() local
92 if (num_packets_transmitted <= 0) { in ComputeNetworkBandwidth()
97 num_packets_transmitted / in ComputeNetworkBandwidth()