HomeSort by relevance Sort by last modified time
    Searched refs:num_consecutive_old_packets_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
jitter_buffer.cc 235 num_consecutive_old_packets_(0),
312 num_consecutive_old_packets_ = 0;
363 num_consecutive_old_packets_ = 0;
677 num_consecutive_old_packets_++;
690 if (num_consecutive_old_packets_ > kMaxConsecutiveOldPackets) {
692 << num_consecutive_old_packets_
700 num_consecutive_old_packets_ = 0;
    [all...]
jitter_buffer.h 350 int num_consecutive_old_packets_; member in class:webrtc::VCMJitterBuffer

Completed in 72 milliseconds