Home
last modified time | relevance | path

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

/external/webrtc/video/
Dsend_statistics_proxy.cc182 padding_byte_counter_(clock, nullptr, true), in UmaSamplesContainer()
204 padding_byte_counter_.SetLast(it.second.rtp_stats.transmitted.padding_bytes, in InitializeBitrateCounters()
605 AggregatedStats padding_bytes_per_sec = padding_byte_counter_.GetStats(); in UpdateHistograms()
712 uma_container_->padding_byte_counter_.ProcessAndPauseForDuration(kMinMs); in OnSuspendChange()
729 uma_container_->padding_byte_counter_.ProcessAndStopPause(); in OnSuspendChange()
1331 uma_container_->padding_byte_counter_.Set(counters.transmitted.padding_bytes, in DataCountersUpdated()
Dsend_statistics_proxy.h354 RateAccCounter padding_byte_counter_; member