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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.c132 timer->ppq = timer->oss_timebase;
170 tmprec.ppq = timer->ppq;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dplaymidi1.c68 static int ppq = 96; variable
96 return local_secs + ((double) (tick - local_ticks) * (double) local_tempo * 1.0E-6 / (double) ppq);
153 printf("smf format %d, %d tracks, %d ppq\n", format, ntracks, division);
154 ppq = division;
162 /* set the ppq */
164 /* ppq must be set before starting the timer */
169 if ((slave_ppq = snd_seq_queue_tempo_get_ppq(tempo)) != ppq) {
170 snd_seq_queue_tempo_set_ppq(tempo, ppq);
176 printf("different PPQ %d in SMF from queue PPQ %d\n", ppq, slave_ppq);
178 slave_ppq = ppq;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_timer.c39 tmr->tick.resolution = (tmr->tempo * 1000) / tmr->ppq;
43 s = tmr->tempo % tmr->ppq;
44 s = (s * 1000) / tmr->ppq;
45 tmr->tick.resolution = (tmr->tempo / tmr->ppq) * 1000;
96 tmr->ppq = 96; /* 96 PPQ */
187 /* set current ppq */
188 int snd_seq_timer_set_ppq(struct snd_seq_timer * tmr, int ppq) argument
194 if (ppq <= 0)
197 if (tmr->running && (ppq != tmr->ppq)) {
[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);
785 snd_iprintf(buffer, "timer PPQ : %d\n", tmr->ppq);
H A Dseq_clientmgr.c1700 tempo.ppq = tmr->ppq;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/sound/
H A Dasequencer.h566 int ppq; /* time resolution, ticks/quarter */ member in struct:sndrv_seq_queue_tempo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dasequencer.h566 int ppq; /* time resolution, ticks/quarter */ member in struct:snd_seq_queue_tempo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/seq/
H A Dseq.c3460 * \brief Get the ppq of a queue_status container
3462 * \return ppq value
3469 return info->ppq;
3512 * \brief Set the ppq of a queue_status container
3514 * \param ppq ppq value
3518 void snd_seq_queue_tempo_set_ppq(snd_seq_queue_tempo_t *info, int ppq) argument
3521 info->ppq = ppq;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dseq.h471 void snd_seq_queue_tempo_set_ppq(snd_seq_queue_tempo_t *info, int ppq);

Completed in 191 milliseconds