Searched refs:first_rtcp_stats_time_ms_ (Results 1 – 2 of 2) sorted by relevance
185 first_rtcp_stats_time_ms_(-1), in UmaSamplesContainer()506 if (first_rtcp_stats_time_ms_ != -1) { in UpdateHistograms()508 (clock_->TimeInMilliseconds() - first_rtcp_stats_time_ms_) / 1000; in UpdateHistograms()1283 if (uma_container_->first_rtcp_stats_time_ms_ == -1) in RtcpPacketTypesCounterUpdated()1284 uma_container_->first_rtcp_stats_time_ms_ = clock_->TimeInMilliseconds(); in RtcpPacketTypesCounterUpdated()
357 int64_t first_rtcp_stats_time_ms_; member