Searched refs:ppq (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_timer.h35 int tempo, ppq; /* ALSA queue */ member in struct:seq_oss_timer
H A Dseq_oss_timer.c131 timer->ppq = timer->oss_timebase;
169 tmprec.ppq = timer->ppq;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/seq/
H A Dseq_timer.c45 int tempo, int ppq)
48 tick->resolution = (tempo * 1000) / ppq;
52 s = tempo % ppq;
53 s = (s * 1000) / ppq;
54 tick->resolution = (tempo / ppq) * 1000;
105 tmr->ppq = 96; /* 96 PPQ */
107 snd_seq_timer_set_tick_resolution(&tmr->tick, tmr->tempo, tmr->ppq);
189 snd_seq_timer_set_tick_resolution(&tmr->tick, tmr->tempo, tmr->ppq);
195 /* set current ppq */
196 int snd_seq_timer_set_ppq(struct snd_seq_timer * tmr, int ppq) argument
44 snd_seq_timer_set_tick_resolution(struct snd_seq_timer_tick *tick, int tempo, int ppq) argument
[all...]
H A Dseq_timer.h40 int ppq; /* time resolution, ticks/quarter */ member in struct:snd_seq_timer
134 int snd_seq_timer_set_ppq(struct snd_seq_timer *tmr, int ppq);
H A Dseq_queue.c482 /* change queue tempo and ppq */
498 result = snd_seq_timer_set_ppq(q->timer, info->ppq);
784 snd_iprintf(buffer, "timer PPQ : %d\n", tmr->ppq);
H A Dseq_clientmgr.c1694 tempo.ppq = tmr->ppq;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dasequencer.h674 int ppq; /* time resolution, ticks/quarter */ member in struct:snd_seq_queue_tempo

Completed in 800 milliseconds