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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdump.cc 212 rtp_timestamp_increase_(0),
235 // rtp_seq_num_increase_, and rtp_timestamp_increase_, which will be
291 rtp_timestamp_increase_ = frame_count_ <= 1 ? kDefaultTimeIncrease :
308 timestamp += loop_count_ * rtp_timestamp_increase_;
rtpdump.h 155 // rtp_seq_num_increase_, and rtp_timestamp_increase_.
169 uint32 rtp_timestamp_increase_; member in class:cricket::RtpDumpLoopReader

Completed in 163 milliseconds