Searched refs:nack_threshold_packets (Results 1 – 2 of 2) sorted by relevance
29 Nack::Nack(int nack_threshold_packets) in Nack() argument30 : nack_threshold_packets_(nack_threshold_packets), in Nack()43 Nack* Nack::Create(int nack_threshold_packets) { in Create() argument44 return new Nack(nack_threshold_packets); in Create()
58 static Nack* Create(int nack_threshold_packets);134 explicit Nack(int nack_threshold_packets);