Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
DLogPlot.h51 constexpr unsigned int WIDTH_MAX = 200U; // Max character width of plot in audio_utils_log_plot() local
92 auto it = size <= WIDTH_MAX ? first : first + size - WIDTH_MAX; in audio_utils_log_plot()
110 ss << std::string(std::min(size - (size_t)1, (size_t)WIDTH_MAX), '_') << "\n\n"; in audio_utils_log_plot()