Searched refs:RANGE_MIN (Results 1 – 1 of 1) sorted by relevance
50 constexpr int RANGE_MIN = 14; in audio_utils_log_plot() local65 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()