Searched refs:tempo (Results 1 - 11 of 11) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dswscale_altivec_template.c213 int __attribute__ ((aligned (16))) tempo[4]; local
261 vec_st(val_s, 0, tempo);
262 dst[i] = FFMIN(tempo[3]>>7, (1<<15)-1);
288 vec_st(val_s, 0, tempo);
289 dst[i] = FFMIN(tempo[3]>>7, (1<<15)-1);
317 vec_st(val_s, 0, tempo);
318 dst[i] = FFMIN(tempo[3]>>7, (1<<15)-1);
379 vec_st(val_s, 0, tempo);
380 dst[i] = FFMIN(tempo[3]>>7, (1<<15)-1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dframetype.c396 {"SYTC", FRAME(SYTC), DISCARD, "Synchronised tempo codes"},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dframetype.c393 {"SYTC", FRAME(SYTC), DISCARD, "Synchronised tempo codes"},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dasequencer.h82 #define SNDRV_SEQ_EVENT_QUEUE_SKEW 38 /* skew queue tempo */
361 signed int value; /* affected value (e.g. tempo) */
670 /* queue tempo */
673 unsigned int tempo; /* current tempo, us/tick */ member in struct:snd_seq_queue_tempo
H A Dseq_kernel.h97 int snd_seq_set_queue_tempo(int client, struct snd_seq_queue_tempo *tempo);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_timer.c125 * convert tempo units
130 timer->tempo = (60 * 1000000) / timer->oss_tempo;
156 * set queue tempo and start queue
170 tmprec.tempo = timer->tempo;
209 * change queue tempo
221 send_timer_event(timer->dp, SNDRV_SEQ_EVENT_TEMPO, timer->tempo);
259 debug_printk(("timer tempo\n"));
H A Dseq_oss_timer.h35 int tempo, ppq; /* ALSA queue */ member in struct:seq_oss_timer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_clientmgr.c1678 struct snd_seq_queue_tempo tempo; local
1682 if (copy_from_user(&tempo, arg, sizeof(tempo)))
1685 queue = queueptr(tempo.queue);
1688 memset(&tempo, 0, sizeof(tempo));
1689 tempo.queue = queue->queue;
1693 tempo.tempo = tmr->tempo;
1706 snd_seq_set_queue_tempo(int client, struct snd_seq_queue_tempo *tempo) argument
1719 struct snd_seq_queue_tempo tempo; local
[all...]
H A Dseq_queue.c482 /* change queue tempo and ppq */
496 result = snd_seq_timer_set_tempo(q->timer, info->tempo);
773 if (tmr->tempo)
774 bpm = 60000000 / tmr->tempo;
785 snd_iprintf(buffer, "current tempo : %d\n", tmr->tempo);
H A Dseq_timer.c45 int tempo, int ppq)
47 if (tempo < 1000000)
48 tick->resolution = (tempo * 1000) / ppq;
52 s = tempo % ppq;
54 tick->resolution = (tempo / ppq) * 1000;
106 tmr->tempo = 500000; /* 120 BPM */
107 snd_seq_timer_set_tick_resolution(&tmr->tick, tmr->tempo, tmr->ppq);
178 /* set current tempo */
179 int snd_seq_timer_set_tempo(struct snd_seq_timer * tmr, int tempo) argument
184 if (tempo <
44 snd_seq_timer_set_tick_resolution(struct snd_seq_timer_tick *tick, int tempo, int ppq) argument
[all...]
H A Dseq_timer.h34 /* ... tempo / offset / running state */
39 unsigned int tempo; /* current tempo, us/tick */ member in struct:snd_seq_timer
133 int snd_seq_timer_set_tempo(struct snd_seq_timer *tmr, int tempo);

Completed in 462 milliseconds