Home
last modified time | relevance | path

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

/external/webrtc/video/
Dsend_statistics_proxy.cc178 sent_fps_counter_(clock, nullptr, true), in UmaSamplesContainer()
280 sent_fps_counter_.Add(1); in InsertEncodedFrame()
329 AggregatedStats sent_fps = sent_fps_counter_.GetStats(); in UpdateHistograms()
707 uma_container_->sent_fps_counter_.ProcessAndPauseForDuration(kMinMs); in OnSuspendChange()
Dsend_statistics_proxy.h350 RateCounter sent_fps_counter_; member