Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
DLogPlot.h50 constexpr int RANGE_MIN = 14; in audio_utils_log_plot() local
65 if (range < RANGE_MIN) { in audio_utils_log_plot()
67 graphMin = avg - RANGE_MIN / 2; in audio_utils_log_plot()
68 graphMax = avg + RANGE_MIN / 2; in audio_utils_log_plot()