Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
DLogPlot.h61 const T maxVal = (*result.second).first; in audio_utils_log_plot() local
63 const T range = maxVal - minVal; in audio_utils_log_plot()
66 T avg = (maxVal + minVal) / 2; in audio_utils_log_plot()
71 graphMax = maxVal + range * RANGE_BUFFER_ROOM; in audio_utils_log_plot()