Searched refs:num_consecutive_old_packets_ (Results 1 – 2 of 2) sorted by relevance
123 num_consecutive_old_packets_(0), in VCMJitterBuffer()158 num_consecutive_old_packets_ = 0; in Start()192 num_consecutive_old_packets_ = 0; in Flush()366 num_consecutive_old_packets_++; in InsertPacket()377 if (num_consecutive_old_packets_ > kMaxConsecutiveOldPackets) { in InsertPacket()379 << num_consecutive_old_packets_ in InsertPacket()387 num_consecutive_old_packets_ = 0; in InsertPacket()
247 int num_consecutive_old_packets_; variable