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 145 num_consecutive_old_packets_(0),
192 num_consecutive_old_packets_ = rhs.num_consecutive_old_packets_;
252 num_consecutive_old_packets_ = 0;
299 num_consecutive_old_packets_ = 0;
551 num_consecutive_old_packets_++;
559 if (num_consecutive_old_packets_ > kMaxConsecutiveOldPackets) {
560 LOG(LS_WARNING) << num_consecutive_old_packets_ << " consecutive old "
567 num_consecutive_old_packets_ = 0;
628 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 26 milliseconds