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

  /external/webrtc/talk/media/base/
rtpdump.cc 211 rtp_seq_num_increase_(0),
235 // rtp_seq_num_increase_, and rtp_timestamp_increase_, which will be
284 rtp_seq_num_increase_ = prev_rtp_seq_num_ - first_rtp_seq_num_ + 1;
307 sequence += loop_count_ * rtp_seq_num_increase_;
rtpdump.h 154 // rtp_seq_num_increase_, and rtp_timestamp_increase_.
167 int rtp_seq_num_increase_; member in class:cricket::RtpDumpLoopReader

Completed in 372 milliseconds