Home | History | Annotate | Download | only in libnbaio

Lines Matching refs:Histogram

77 // buckets the time intervals into a histogram, searches for
88 // 3) compute its histogram, append to mRecentHists and clear the time series
100 // forces short-term histogram storage to avoid adding idle audio time interval
115 // is enough data. Then, write to recentHists as a histogram.
124 // When the short-term histogram array mRecentHists has reached capacity,
128 // start a new histogram when a peak occurs
132 Histogram buckets;
137 // add the current histogram (buckets) to the long-term histogram buffer,
138 // clear buckets, and start a new long-term histogram aggregation process.
143 // When memory is full, delete oldest histogram
150 // add current histogram to buckets
224 // This function is applied to the time series before it is converted into a histogram.
283 // underscores and spaces length corresponds to maximum width of histogram
310 // write histogram label line with bucket values
316 // write histogram ascii art
355 // TODO: develop this code to track changes in histogram distribution in addition