Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Djitter_buffer.cc235 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()
Djitter_buffer.h350 int num_consecutive_old_packets_; variable