Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
DLogPlot.h46 constexpr int HEIGHT = 14; // Character height of the plot in audio_utils_log_plot() local
75 const T increment = (graphMax - graphMin) / HEIGHT; in audio_utils_log_plot()
88 for (int height = HEIGHT - 1; height >= 0; height--) { in audio_utils_log_plot()