Searched refs:RANGE_BUFFER_ROOM (Results 1 – 1 of 1) sorted by relevance
48 constexpr float RANGE_BUFFER_ROOM = 0.2f; in audio_utils_log_plot() local70 graphMin = minVal - range * RANGE_BUFFER_ROOM; in audio_utils_log_plot()71 graphMax = maxVal + range * RANGE_BUFFER_ROOM; in audio_utils_log_plot()