Searched refs:tempo_base (Results 1 – 5 of 5) sorted by relevance
24 tmr->tempo_base == 1000 ? 1000000 : 10000; in snd_seq_timer_set_tick_resolution()27 tmr->tick.resolution = (tmr->tempo * tmr->tempo_base) / tmr->ppq; in snd_seq_timer_set_tick_resolution()32 s = (s * tmr->tempo_base) / tmr->ppq; in snd_seq_timer_set_tick_resolution()33 tmr->tick.resolution = (tmr->tempo / tmr->ppq) * tmr->tempo_base; in snd_seq_timer_set_tick_resolution()85 tmr->tempo_base = 1000; /* 1us */ in snd_seq_timer_defaults()173 unsigned int tempo_base) in snd_seq_timer_set_tempo_ppq() argument182 if (tempo_base && tempo_base != 10 && tempo_base != 1000) in snd_seq_timer_set_tempo_ppq()194 tmr->tempo_base = tempo_base ? tempo_base : 1000; in snd_seq_timer_set_tempo_ppq()
39 unsigned int tempo_base; member119 unsigned int tempo_base);
464 info->tempo_base); in snd_seq_queue_timer_set_tempo()728 bpm = (60000 * tmr->tempo_base) / tmr->tempo; in snd_seq_info_queues_read()745 snd_iprintf(buffer, "tempo base : %d ns\n", tmr->tempo_base); in snd_seq_info_queues_read()
1720 tempo->tempo_base = tmr->tempo_base; in snd_seq_ioctl_get_queue_tempo()1743 tempo->tempo_base = 0; in snd_seq_ioctl_set_queue_tempo()
532 unsigned short tempo_base; /* tempo base in nsec unit; either 10 or 1000 */ member