Home
last modified time | relevance | path

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

/aosp_15_r20/external/openscreen/cast/streaming/
H A 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()