Home
last modified time | relevance | path

Searched refs:first_rtp_timestamp_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/media/base/
Drtpdump.cc217 first_rtp_timestamp_(0), in RtpDumpLoopReader()
268 first_rtp_timestamp_ = rtp_timestamp; in UpdateStreamStatistics()
292 (prev_rtp_timestamp_ - first_rtp_timestamp_) * frame_count_ / in CalculateIncreases()
Drtpdump.h178 uint32_t first_rtp_timestamp_; variable