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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
jitter_buffer.cc 146 num_consecutive_old_packets_(0),
193 num_consecutive_old_packets_ = rhs.num_consecutive_old_packets_;
253 num_consecutive_old_packets_ = 0;
300 num_consecutive_old_packets_ = 0;
553 num_consecutive_old_packets_++;
561 if (num_consecutive_old_packets_ > kMaxConsecutiveOldPackets) {
562 LOG(LS_WARNING) << num_consecutive_old_packets_ << " consecutive old "
569 num_consecutive_old_packets_ = 0;
631 LOG(LS_WARNING) << num_consecutive_old_packets_ << " consecutive old
    [all...]
jitter_buffer.h 305 int num_consecutive_old_packets_; member in class:webrtc::VCMJitterBuffer

Completed in 702 milliseconds