Searched refs:empty_seq_num_low_ (Results 1 – 2 of 2) sorted by relevance
32 empty_seq_num_low_(-1), in VCMSessionInfo()48 return empty_seq_num_low_; in LowSequenceNumber()140 empty_seq_num_low_ = -1; in Reset()564 if (empty_seq_num_low_ == -1 || in InformOfEmptyPacket()565 IsNewerSequenceNumber(empty_seq_num_low_, seq_num)) in InformOfEmptyPacket()566 empty_seq_num_low_ = seq_num; in InformOfEmptyPacket()
156 int empty_seq_num_low_; variable