Home
last modified time | relevance | path

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

/external/openscreen/cast/streaming/
Dbandwidth_estimator.cc36 BandwidthEstimator::BandwidthEstimator(int max_packets_per_timeslice, in BandwidthEstimator() argument
39 : max_packets_per_history_window_(max_packets_per_timeslice * in BandwidthEstimator()
44 OSP_DCHECK_GT(max_packets_per_timeslice, 0); in BandwidthEstimator()
Dbandwidth_estimator.h67 BandwidthEstimator(int max_packets_per_timeslice,