Searched refs:empty_seq_num_low_ (Results 1 – 2 of 2) sorted by relevance
41 empty_seq_num_low_(-1), in VCMSessionInfo()59 return empty_seq_num_low_; in LowSequenceNumber()171 empty_seq_num_low_ = -1; in Reset()513 if (empty_seq_num_low_ == -1 || in InformOfEmptyPacket()514 IsNewerSequenceNumber(empty_seq_num_low_, seq_num)) in InformOfEmptyPacket()515 empty_seq_num_low_ = seq_num; in InformOfEmptyPacket()
109 int empty_seq_num_low_; variable