HomeSort by relevance Sort by last modified time
    Searched refs:RTC_HISTOGRAM_COUNTS_SPARSE (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/system_wrappers/include/
metrics.h 87 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) \
  /external/webrtc/webrtc/modules/bitrate_controller/
send_side_bandwidth_estimation.cc 159 RTC_HISTOGRAM_COUNTS_SPARSE("WebRTC.BWE.InitiallyLostPackets",
161 RTC_HISTOGRAM_COUNTS_SPARSE("WebRTC.BWE.InitialRtt", static_cast<int>(rtt),
163 RTC_HISTOGRAM_COUNTS_SPARSE("WebRTC.BWE.InitialBandwidthEstimate",
170 RTC_HISTOGRAM_COUNTS_SPARSE("WebRTC.BWE.InitialVsConvergedDiff",
  /external/webrtc/webrtc/modules/audio_coding/neteq/
statistics_calculator.cc 53 RTC_HISTOGRAM_COUNTS_SPARSE(uma_name_, value, 1, max_value_, 50);
190 RTC_HISTOGRAM_COUNTS_SPARSE("WebRTC.Audio.DelayedPacketOutageEventMs",
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl.cc     [all...]

Completed in 79 milliseconds