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.cc30 : nack_threshold_packets_(nack_threshold_packets), in Nack()
111 sequence_number_current_received_rtp - nack_threshold_packets_)); in ChangeFromLateToMissing()
130 sequence_number_current_received_rtp - nack_threshold_packets_; in AddToList()
Dnack.h179 const int nack_threshold_packets_; variable