Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/video_coding/
H A Djitter_buffer.cc123 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()
H A Djitter_buffer.h247 int num_consecutive_old_packets_; variable