Home
last modified time | relevance | path

Searched refs:RTC_HISTOGRAM_COUNTS_100 (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/system_wrappers/source/
Dmetrics_unittest.cc82 RTC_HISTOGRAM_COUNTS_100(kName, kSample); in TEST_F()
Dmetrics_default_unittest.cc155 RTC_HISTOGRAM_COUNTS_100(kName, 4); in TEST_F()
/external/webrtc/system_wrappers/include/
Dmetrics.h104 #define RTC_HISTOGRAM_COUNTS_100(name, sample) \ macro
283 #define RTC_HISTOGRAM_COUNTS_100(name, sample) webrtc::metrics_impl::NoOp(name, sample) macro
/external/webrtc/modules/pacing/
Dbitrate_prober.cc196 RTC_HISTOGRAM_COUNTS_100("WebRTC.BWE.Probing.ProbesPerCluster", in ProbeSent()
/external/webrtc/modules/audio_mixer/
Dframe_combiner.cc205 RTC_HISTOGRAM_COUNTS_100("WebRTC.Audio.AudioMixer.NumIncomingStreams", in LogMixingStats()
/external/webrtc/video/
Dreceive_statistics_proxy.cc173 RTC_HISTOGRAM_COUNTS_100("WebRTC.Video.DecodedFramesPerSecond", in UpdateHistograms()
197 RTC_HISTOGRAM_COUNTS_100("WebRTC.Video.RenderFramesPerSecond", in UpdateHistograms()
Dreceive_statistics_proxy2.cc192 RTC_HISTOGRAM_COUNTS_100("WebRTC.Video.DecodedFramesPerSecond", in UpdateHistograms()
216 RTC_HISTOGRAM_COUNTS_100("WebRTC.Video.RenderFramesPerSecond", in UpdateHistograms()
/external/webrtc/call/
Dbitrate_allocator.cc369 RTC_HISTOGRAM_COUNTS_100("WebRTC.Call.NumberOfPauseEvents", in ~BitrateAllocator()