Lines Matching defs:base
425 The former defines the base resolution of the ticks, while
437 the skew base and the skew value. The actual skew is the fraction
438 of them, <i>value/base</i>. As default, the skew base is set to 16bit
3804 * \brief Get the timer skew base value of a queue_status container
3806 * \return timer skew base value
3847 * The skew of timer is calculated as skew / base.
3848 * For example, to play with double speed, pass base * 2 as the skew value.
3859 * \brief Set the timer skew base value of a queue_status container
3861 * \param base timer skew base value
3865 void snd_seq_queue_tempo_set_skew_base(snd_seq_queue_tempo_t *info, unsigned int base)
3868 info->skew_base = base;