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.cc183 sent_fps_counter_(clock, nullptr, true), in UmaSamplesContainer()
285 sent_fps_counter_.Add(1); in InsertEncodedFrame()
334 AggregatedStats sent_fps = sent_fps_counter_.GetStats(); in UpdateHistograms()
713 uma_container_->sent_fps_counter_.ProcessAndPauseForDuration(kMinMs); in OnSuspendChange()
Dsend_statistics_proxy.h349 RateCounter sent_fps_counter_; member