Home
last modified time | relevance | path

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

/third_party/alsa-lib/test/
Dmidifile.c119 unsigned long Mf_currtempo = 500000; variable
236 Mf_currtempo = 500000; in readheader()
239 tempo_history[tempo_history_count] = Mf_currtempo; in readheader()
288 unsigned long old_tempo = Mf_currtempo; in find_tempo()
289 unsigned long new_tempo = Mf_currtempo; in find_tempo()
343 Mf_currtempo = find_tempo(); in readtrack()
367 unsigned long save_tempo = Mf_currtempo; in readtrack()
368 Mf_currtempo = find_tempo(); in readtrack()
370 if (Mf_currtempo != old_currtempo) { in readtrack()
371 old_currtempo = Mf_currtempo; in readtrack()
[all …]
Dmidifile.h27 extern unsigned long Mf_currtempo;