Searched refs:num_consecutive_old_packets_ (Results 1 – 2 of 2) sorted by relevance
235 num_consecutive_old_packets_(0), in VCMJitterBuffer()312 num_consecutive_old_packets_ = 0; in Start()363 num_consecutive_old_packets_ = 0; in Flush()677 num_consecutive_old_packets_++; in InsertPacket()690 if (num_consecutive_old_packets_ > kMaxConsecutiveOldPackets) { in InsertPacket()692 << num_consecutive_old_packets_ in InsertPacket()700 num_consecutive_old_packets_ = 0; in InsertPacket()
350 int num_consecutive_old_packets_; variable