Home
last modified time | relevance | path

Searched defs:Histograms (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/
H A Dinput_volume_stats_reporter.h67 struct Histograms { struct
68 metrics::Histogram* const decrease_rate;
69 metrics::Histogram* const decrease_average;
70 metrics::Histogram* const increase_rate;
71 metrics::Histogram* const increase_average;
72 metrics::Histogram* const update_rate;
73 metrics::Histogram* const update_average;
74 bool AllPointersSet() const { in AllPointersSet()
/aosp_15_r20/external/webrtc/modules/audio_processing/ns/
H A Dhistograms.cc15 Histograms::Histograms() { in Histograms() function in webrtc::Histograms
/aosp_15_r20/art/libartbase/base/metrics/
H A DREADME.md35 ### Histograms subsection
/aosp_15_r20/external/libchrome/base/metrics/
H A Dstatistics_recorder.h59 typedef std::vector<HistogramBase*> Histograms; typedef
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/metrics/
Dstatistics_recorder.h62 typedef std::vector<HistogramBase*> Histograms; typedef
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/3/external/libchrome/base/metrics/
Dstatistics_recorder.h62 typedef std::vector<HistogramBase*> Histograms; typedef
/aosp_15_r20/external/cronet/base/metrics/
H A Dstatistics_recorder.h112 typedef std::vector<HistogramBase*> Histograms; typedef
/aosp_15_r20/external/cronet/components/metrics/
H A Dpsi_memory_parser_linux_unittest.cc40 base::HistogramTester& Histograms() { return histogram_tester_; } in Histograms() function in metrics::PSIMemoryParserTest