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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.cc 40 next_rtp_time_(0),
55 if (time_now_us < next_rtp_time_) {
56 return next_rtp_time_;
72 next_rtp_time_ = time_now_us + (1000000 + fps_ / 2) / fps_;
73 return next_rtp_time_;
78 return next_rtp_time_;
113 return left.second->next_rtp_time_ < right.second->next_rtp_time_;
remote_bitrate_estimator_unittest_helper.h 99 int64_t next_rtp_time_; member in class:webrtc::testing::RtpStream
  /external/webrtc/webrtc/modules/video_coding/test/
rtp_player.cc 329 next_rtp_time_(0),
404 int64_t time_left = (next_rtp_time_ - first_packet_rtp_time_) -
453 uint32_t next_rtp_time_; member in class:webrtc::rtpplayer::RtpPlayerImpl

Completed in 88 milliseconds