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

  /external/webrtc/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 154 // rtp_seq_num_increase_, and rtp_timestamp_increase_.
168 uint32_t rtp_timestamp_increase_; member in class:cricket::RtpDumpLoopReader

Completed in 83 milliseconds