HomeSort by relevance Sort by last modified time
    Searched full:last_received_timestamp_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/media/cast/rtp_receiver/
receiver_stats.cc 107 ((delta_new_timestamp - last_received_timestamp_) / 90);
110 last_received_timestamp_ = delta_new_timestamp;
receiver_stats.h 35 base::TimeDelta last_received_timestamp_; member in class:media::cast::ReceiverStats
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_receiver_impl.cc 82 last_received_timestamp_(0),
220 last_received_timestamp_ != rtp_header.timestamp;
241 if (last_received_timestamp_ != rtp_header.timestamp) {
242 last_received_timestamp_ = rtp_header.timestamp;
259 *timestamp = last_received_timestamp_;
295 last_received_timestamp_ = 0;
receive_statistics_impl.cc 42 last_received_timestamp_(0),
115 if (header.timestamp != last_received_timestamp_ &&
120 last_received_timestamp_ = header.timestamp;
142 (header.timestamp - last_received_timestamp_);
161 (last_received_timestamp_ +
346 uint32_t timestamp_diff = header.timestamp - last_received_timestamp_;
receive_statistics_impl.h 76 uint32_t last_received_timestamp_; member in class:webrtc::StreamStatisticianImpl
rtp_receiver_impl.h 109 uint32_t last_received_timestamp_; member in class:webrtc::RtpReceiverImpl

Completed in 97 milliseconds