Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/video/
H A Dsend_statistics_proxy.cc190 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()
H A Dsend_statistics_proxy.h356 int64_t first_rtcp_stats_time_ms_; member