HomeSort by relevance Sort by last modified time
    Searched refs:tempo (Results 1 - 17 of 17) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleTempBox.java 20 public void setTempo(int tempo) {
25 appleDataBox.setData(new byte[]{0, (byte) (tempo & 0xFF)});
  /external/sonivox/arm-wt-22k/lib_src/
eas_tcdata.h 50 EAS_I32 tick; /* tick based on current tempo and resolution */
57 EAS_I8 tempo; /* tempo from file (bpm = tempo * 4) */ member in struct:__anon13845
eas_tonecontrol.c 85 /* calculate a new tick time based on resolution & tempo */
90 pData->tick = ((60 * 1000) << 8) / (pData->tempo * pData->resolution);
650 pData->tempo = 120;
685 /* check for tempo */
863 * Get the tempo field and process it
868 EAS_I8 tempo; local
870 /* get tempo */
871 if (TC_GetNextChar(pEASData->hwInstData, pData, &tempo) != EAS_SUCCESS)
873 if (tempo < 5)
876 /* save tempo */
    [all...]
eas_rtttl.c 48 /* length of 32nd note in 1/256ths of a msec for 63 BPM tempo */
354 /* if a number, must be octave or tempo */
366 /* check for tempo */
872 /* get the tempo */
902 EAS_I32 tempo; local
904 /* get the tempo */
905 if ((result = RTTTL_GetNumber(hwInstData, pData, &tempo)) != EAS_SUCCESS)
908 if ((tempo < 25) || (tempo > 900))
911 pData->tick = TICK_CONVERT / (EAS_U32) tempo;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_kernel.h 97 int snd_seq_set_queue_tempo(int client, struct snd_seq_queue_tempo *tempo);
asequencer.h 79 #define SNDRV_SEQ_EVENT_TEMPO 35 /* (SMF) Tempo event */
82 #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
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_kernel.h 97 int snd_seq_set_queue_tempo(int client, struct snd_seq_queue_tempo *tempo);
asequencer.h 79 #define SNDRV_SEQ_EVENT_TEMPO 35 /* (SMF) Tempo event */
82 #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
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_rtttl.c 48 /* length of 32nd note in 1/256ths of a msec for 63 BPM tempo */
354 /* if a number, must be octave or tempo */
366 /* check for tempo */
872 /* get the tempo */
902 EAS_I32 tempo; local
904 /* get the tempo */
905 if ((result = RTTTL_GetNumber(hwInstData, pData, &tempo)) != EAS_SUCCESS)
908 if ((tempo < 25) || (tempo > 900))
911 pData->tick = TICK_CONVERT / (EAS_U32) tempo;
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_rtttl.c 48 /* length of 32nd note in 1/256ths of a msec for 63 BPM tempo */
354 /* if a number, must be octave or tempo */
366 /* check for tempo */
872 /* get the tempo */
902 EAS_I32 tempo; local
904 /* get the tempo */
905 if ((result = RTTTL_GetNumber(hwInstData, pData, &tempo)) != EAS_SUCCESS)
908 if ((tempo < 25) || (tempo > 900))
911 pData->tick = TICK_CONVERT / (EAS_U32) tempo;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seqmid.h 257 * \param q queue id to change tempo
258 * \param val the new tempo value
266 * \param q queue id to change tempo
278 * \param q queue id to change tempo
318 * \brief change the tempo of the specified queue
321 * \param tempo the new tempo value
324 #define snd_seq_change_queue_tempo(seq, q, tempo, ev) \
325 snd_seq_control_queue(seq, q, SND_SEQ_EVENT_TEMPO, tempo, ev)
seq.h 403 /** queue tempo container */
474 void snd_seq_queue_tempo_set_tempo(snd_seq_queue_tempo_t *info, unsigned int tempo);
479 int snd_seq_get_queue_tempo(snd_seq_t *handle, int q, snd_seq_queue_tempo_t *tempo);
480 int snd_seq_set_queue_tempo(snd_seq_t *handle, int q, snd_seq_queue_tempo_t *tempo);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seqmid.h 257 * \param q queue id to change tempo
258 * \param val the new tempo value
266 * \param q queue id to change tempo
278 * \param q queue id to change tempo
318 * \brief change the tempo of the specified queue
321 * \param tempo the new tempo value
324 #define snd_seq_change_queue_tempo(seq, q, tempo, ev) \
325 snd_seq_control_queue(seq, q, SND_SEQ_EVENT_TEMPO, tempo, ev)
seq.h 403 /** queue tempo container */
474 void snd_seq_queue_tempo_set_tempo(snd_seq_queue_tempo_t *info, unsigned int tempo);
479 int snd_seq_get_queue_tempo(snd_seq_t *handle, int q, snd_seq_queue_tempo_t *tempo);
480 int snd_seq_set_queue_tempo(snd_seq_t *handle, int q, snd_seq_queue_tempo_t *tempo);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seqmid.h 257 * \param q queue id to change tempo
258 * \param val the new tempo value
266 * \param q queue id to change tempo
278 * \param q queue id to change tempo
318 * \brief change the tempo of the specified queue
321 * \param tempo the new tempo value
324 #define snd_seq_change_queue_tempo(seq, q, tempo, ev) \
325 snd_seq_control_queue(seq, q, SND_SEQ_EVENT_TEMPO, tempo, ev)
seq.h 403 /** queue tempo container */
474 void snd_seq_queue_tempo_set_tempo(snd_seq_queue_tempo_t *info, unsigned int tempo);
479 int snd_seq_get_queue_tempo(snd_seq_t *handle, int q, snd_seq_queue_tempo_t *tempo);
480 int snd_seq_set_queue_tempo(snd_seq_t *handle, int q, snd_seq_queue_tempo_t *tempo);
  /external/mksh/src/
check.pl 216 $tempo = "/tmp/rto$$";
338 unlink($tempi, $tempo, $tempe, $temps);
512 if (!open(STDOUT, "> $tempo")) {
513 print STDERR "$prog: couldn't open $tempo in child - $!\n";
592 $tmp = &check_output($test{'long-name'}, $tempo, 'stdout',
    [all...]

Completed in 408 milliseconds