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

  /external/chromium_org/media/cast/
rtp_timestamp_helper.cc 12 last_rtp_timestamp_(0) {
25 *rtp_timestamp = last_rtp_timestamp_ + static_cast<uint32>(rtp_delta);
32 last_rtp_timestamp_ = rtp_timestamp;
rtp_timestamp_helper.h 33 uint32 last_rtp_timestamp_; member in class:media::cast::RtpTimestampHelper
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_sender.h 293 uint32_t last_rtp_timestamp_; member in class:webrtc::RTCPSender
rtcp_sender.cc 119 last_rtp_timestamp_(0),
204 last_rtp_timestamp_ = 0;
390 last_rtp_timestamp_ = rtp_timestamp;
700 RTPtime = start_timestamp_ + last_rtp_timestamp_ + (
    [all...]

Completed in 795 milliseconds