Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
DLogPlot.h48 constexpr float RANGE_BUFFER_ROOM = 0.2f; in audio_utils_log_plot() local
70 graphMin = minVal - range * RANGE_BUFFER_ROOM; in audio_utils_log_plot()
71 graphMax = maxVal + range * RANGE_BUFFER_ROOM; in audio_utils_log_plot()