Home
last modified time | relevance | path

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

/haiku/src/apps/soundrecorder/
H A DTrackSlider.cpp411 uint32 centiseconds = timestamp / 10000LL; in _TimeToString() local
413 B_PRId32, hours, minutes, seconds, centiseconds); in _TimeToString()