Searched refs:nack_threshold_packets (Results 1 – 2 of 2) sorted by relevance
28 NackTracker::NackTracker(int nack_threshold_packets) in NackTracker() argument29 : nack_threshold_packets_(nack_threshold_packets), in NackTracker()42 NackTracker* NackTracker::Create(int nack_threshold_packets) { in Create() argument43 return new NackTracker(nack_threshold_packets); in Create()
60 static NackTracker* Create(int nack_threshold_packets);136 explicit NackTracker(int nack_threshold_packets);