Searched defs:seq_num_offset (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dnack_unittest.cc220 int seq_num_offset = (k < 2) ? 0 : 65531; local
231 seq_num_lost_packets[n] = seq_num_offset + kLostPackets[n];
262 seq_num = it->first - seq_num_offset;
276 seq_num = it->first - seq_num_offset;
286 uint16_t seq_num_offset = (m == 0) ? 0 : 65531; // Wrap around if |m| is 1. local
292 nack->UpdateLastReceivedPacket(seq_num_offset + seq_num,
295 nack->UpdateLastReceivedPacket(seq_num_offset + seq_num,
301 nack->UpdateLastReceivedPacket(seq_num_offset + seq_num,
311 nack->UpdateLastDecodedPacket(seq_num_offset + k,
319 nack->UpdateLastDecodedPacket(seq_num + seq_num_offset,
364 uint16_t seq_num_offset = (m == 0) ? 0 : 65525; // Wrap around if |m| is 1. local
388 uint16_t seq_num_offset = (m == 0) ? 0 : 65525; // Wrap around if |m| is 1. local
[all...]

Completed in 97 milliseconds