Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dnack_tracker.cc28 NackTracker::NackTracker(int nack_threshold_packets) in NackTracker() argument
29 : nack_threshold_packets_(nack_threshold_packets), in NackTracker()
42 NackTracker* NackTracker::Create(int nack_threshold_packets) { in Create() argument
43 return new NackTracker(nack_threshold_packets); in Create()
Dnack_tracker.h60 static NackTracker* Create(int nack_threshold_packets);
136 explicit NackTracker(int nack_threshold_packets);