Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
DLogPlot.h170 const int colWidth = numberWidth(x.first, leftPadding); variable
171 ss << std::setw(colWidth) << x.second;
188 const int colWidth = numberWidth(x.first, leftPadding); variable
189 ss << getTail(colWidth - 1, spaces) <<
202 const int colWidth = numberWidth(x.first, leftPadding); variable
203 ss << std::setw(colWidth) << std::fixed << std::setprecision(1) << x.first;