Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/acm2/
Dinitial_delay_manager.cc179 int num_late_packets = (timestamp_now - last_receive_timestamp_) / in LatePackets() local
182 if (num_late_packets < late_packet_threshold_) in LatePackets()
188 --num_late_packets; in LatePackets()
192 sync_stream->num_sync_packets = num_late_packets; in LatePackets()
193 if (num_late_packets == 0) in LatePackets()
209 uint16_t sequence_number_update = num_late_packets + sync_offset - 1; in LatePackets()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dnack_unittest.cc86 int num_late_packets = kNackThreshold + 1; in TEST() local
89 while (num_late_packets > 0) { in TEST()
91 seq_num + num_late_packets, in TEST()
92 timestamp + num_late_packets * kTimestampIncrement); in TEST()
95 num_late_packets--; in TEST()