Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/examples/utils/
DAAudioExampleUtils.h54 const int maxStars = 50; // arbitrary, fits on one line in displayPeakLevel() local
55 int numStars = (int) (peakLevel * maxStars); in displayPeakLevel()