Home
last modified time | relevance | path

Searched refs:RTC_HISTOGRAM_COUNTS_SPARSE_100 (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
Dmetrics_unittest.cc22 RTC_HISTOGRAM_COUNTS_SPARSE_100(name, sample); in AddSparseSample()
53 RTC_HISTOGRAM_COUNTS_SPARSE_100(kName, kSample); in TEST()
/external/webrtc/webrtc/system_wrappers/include/
Dmetrics.h86 #define RTC_HISTOGRAM_COUNTS_SPARSE_100(name, sample) \ macro
/external/webrtc/webrtc/video/
Dsend_statistics_proxy.cc105 RTC_HISTOGRAM_COUNTS_SPARSE_100(uma_prefix_ + "InputFramesPerSecond", in UpdateHistograms()
116 RTC_HISTOGRAM_COUNTS_SPARSE_100(uma_prefix_ + "SentFramesPerSecond", in UpdateHistograms()
Dreceive_statistics_proxy.cc46 RTC_HISTOGRAM_COUNTS_SPARSE_100("WebRTC.Video.RenderFramesPerSecond", in UpdateHistograms()
/external/webrtc/webrtc/modules/video_coding/
Dtiming.cc65 RTC_HISTOGRAM_COUNTS_SPARSE_100( in UpdateHistograms()
Djitter_buffer.cc292 RTC_HISTOGRAM_COUNTS_SPARSE_100( in UpdateHistograms()
/external/webrtc/webrtc/modules/audio_coding/acm2/
Daudio_coding_module_impl.cc100 RTC_HISTOGRAM_COUNTS_SPARSE_100(histogram_name_, value); in MaybeLog()