Home
last modified time | relevance | path

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

/third_party/alsa-lib/test/
Dplaymidi1.c72 static int local_ticks = 0; variable
96 return local_secs + ((double) (tick - local_ticks) * (double) local_tempo * 1.0E-6 / (double) ppq); in tick2time_dbl()
255 local_ticks = Mf_currtime; in do_tempo()