Home
last modified time | relevance | path

Searched refs:first_rtp_timestamp_ (Results 1 – 4 of 4) 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
/external/chromium_org/third_party/libjingle/source/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 first_rtp_timestamp_; variable