Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/session/phone/
Drtpdump.cc180 first_rtp_timestamp_(0), in RtpDumpLoopReader()
231 first_rtp_timestamp_ = rtp_timestamp; in UpdateStreamStatistics()
255 (prev_rtp_timestamp_ - first_rtp_timestamp_) * frame_count_ / in CalculateIncreases()
Drtpdump.h156 uint32 first_rtp_timestamp_; variable