Lines Matching refs:skew
434 a parameter to change the speed of this queue, called <i>skew</i>.
435 You can make the queue faster or slower by setting the skew value
436 bigger or smaller. In the API, the skew is defined by two values,
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
439 (0x10000) and the skew value is the identical, so that the queue is
3791 * \brief Get the timer skew value of a queue_status container
3793 * \return timer skew value
3804 * \brief Get the timer skew base value of a queue_status container
3806 * \return timer skew base value
3843 * \brief Set the timer skew value of a queue_status container
3845 * \param skew timer skew 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.
3852 void snd_seq_queue_tempo_set_skew(snd_seq_queue_tempo_t *info, unsigned int skew)
3855 info->skew_value = skew;
3859 * \brief Set the timer skew base value of a queue_status container
3861 * \param base timer skew base value