Home
last modified time | relevance | path

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

/external/webrtc/video/
Dsend_statistics_proxy.cc185 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()
Dsend_statistics_proxy.h357 int64_t first_rtcp_stats_time_ms_; member