Home
last modified time | relevance | path

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

/external/webrtc/video/
Dsend_statistics_proxy.cc184 total_byte_counter_(clock, nullptr, true), in UmaSamplesContainer()
207 total_byte_counter_.SetLast(it.second.rtp_stats.transmitted.TotalBytes(), in InitializeBitrateCounters()
596 AggregatedStats total_bytes_per_sec = total_byte_counter_.GetStats(); in UpdateHistograms()
715 uma_container_->total_byte_counter_.ProcessAndPauseForDuration(kMinMs); in OnSuspendChange()
1344 uma_container_->total_byte_counter_.Set(counters.transmitted.TotalBytes(), in DataCountersUpdated()
Dsend_statistics_proxy.h350 RateAccCounter total_byte_counter_; member