Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe.cc159 uint16_t newest_seq_num = received_packets_.NewestSeqNumber(); in LinkedSetPacketLossRatio() local
162 static_cast<uint16_t>(newest_seq_num - oldest_seq_num + 1); in LinkedSetPacketLossRatio()
191 uint16_t newest_seq_num = oldest_seq_num; in RecentPacketLossRatio() local
198 if (IsNewerSequenceNumber(seq_num, newest_seq_num)) { in RecentPacketLossRatio()
199 newest_seq_num = seq_num; in RecentPacketLossRatio()
209 int gap = static_cast<uint16_t>(newest_seq_num - oldest_seq_num + 1); in RecentPacketLossRatio()