Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dnack.cc29 Nack::Nack(int nack_threshold_packets) in Nack() argument
30 : nack_threshold_packets_(nack_threshold_packets), in Nack()
43 Nack* Nack::Create(int nack_threshold_packets) { in Create() argument
44 return new Nack(nack_threshold_packets); in Create()
Dnack.h58 static Nack* Create(int nack_threshold_packets);
134 explicit Nack(int nack_threshold_packets);