Searched refs:first_rtcp_stats_time_ms_ (Results 1 – 2 of 2) sorted by relevance
190 first_rtcp_stats_time_ms_(-1), in UmaSamplesContainer()511 if (first_rtcp_stats_time_ms_ != -1) { in UpdateHistograms()513 (clock_->TimeInMilliseconds() - first_rtcp_stats_time_ms_) / 1000; in UpdateHistograms()1302 if (uma_container_->first_rtcp_stats_time_ms_ == -1) in RtcpPacketTypesCounterUpdated()1303 uma_container_->first_rtcp_stats_time_ms_ = clock_->TimeInMilliseconds(); in RtcpPacketTypesCounterUpdated()
356 int64_t first_rtcp_stats_time_ms_; member