Home
last modified time | relevance | path

Searched refs:RTC_HISTOGRAM_COUNTS_SPARSE (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/system_wrappers/include/
Dmetrics.h87 RTC_HISTOGRAM_COUNTS_SPARSE(name, sample, 1, 100, 50)
90 RTC_HISTOGRAM_COUNTS_SPARSE(name, sample, 1, 200, 50)
93 RTC_HISTOGRAM_COUNTS_SPARSE(name, sample, 1, 1000, 50)
96 RTC_HISTOGRAM_COUNTS_SPARSE(name, sample, 1, 10000, 50)
99 RTC_HISTOGRAM_COUNTS_SPARSE(name, sample, 1, 100000, 50)
101 #define RTC_HISTOGRAM_COUNTS_SPARSE(name, sample, min, max, bucket_count) \ macro
/external/webrtc/webrtc/modules/bitrate_controller/
Dsend_side_bandwidth_estimation.cc159 RTC_HISTOGRAM_COUNTS_SPARSE("WebRTC.BWE.InitiallyLostPackets", in UpdateUmaStats()
161 RTC_HISTOGRAM_COUNTS_SPARSE("WebRTC.BWE.InitialRtt", static_cast<int>(rtt), in UpdateUmaStats()
163 RTC_HISTOGRAM_COUNTS_SPARSE("WebRTC.BWE.InitialBandwidthEstimate", in UpdateUmaStats()
170 RTC_HISTOGRAM_COUNTS_SPARSE("WebRTC.BWE.InitialVsConvergedDiff", in UpdateUmaStats()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dstatistics_calculator.cc53 RTC_HISTOGRAM_COUNTS_SPARSE(uma_name_, value, 1, max_value_, 50); in LogToUma()
190 RTC_HISTOGRAM_COUNTS_SPARSE("WebRTC.Audio.DelayedPacketOutageEventMs", in LogDelayedPacketOutageEvent()
/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_impl.cc1364 RTC_HISTOGRAM_COUNTS_SPARSE( in MaybeUpdateHistograms()
1383 RTC_HISTOGRAM_COUNTS_SPARSE("WebRTC.Audio.AecSystemDelayJump", in MaybeUpdateHistograms()