Home
last modified time | relevance | path

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

/external/webrtc/video/
Dsend_statistics_proxy.cc191 first_rtp_stats_time_ms_(-1), in UmaSamplesContainer()
485 if (first_rtp_stats_time_ms_ != -1) { in UpdateHistograms()
561 if (first_rtp_stats_time_ms_ != -1) { in UpdateHistograms()
563 (clock_->TimeInMilliseconds() - first_rtp_stats_time_ms_) / 1000; in UpdateHistograms()
1337 if (uma_container_->first_rtp_stats_time_ms_ == -1) { in DataCountersUpdated()
1339 uma_container_->first_rtp_stats_time_ms_ = now_ms; in DataCountersUpdated()
Dsend_statistics_proxy.h357 int64_t first_rtp_stats_time_ms_; member