/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:__anon24121
|
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/x86_64-linux-glibc2.11-4.8/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 | 399 /** queue tempo container */ 470 void snd_seq_queue_tempo_set_tempo(snd_seq_queue_tempo_t *info, unsigned int tempo); 475 int snd_seq_get_queue_tempo(snd_seq_t *handle, int q, snd_seq_queue_tempo_t *tempo); 476 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.15-4.8/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 | 399 /** queue tempo container */ 470 void snd_seq_queue_tempo_set_tempo(snd_seq_queue_tempo_t *info, unsigned int tempo); 475 int snd_seq_get_queue_tempo(snd_seq_t *handle, int q, snd_seq_queue_tempo_t *tempo); 476 int snd_seq_set_queue_tempo(snd_seq_t *handle, int q, snd_seq_queue_tempo_t *tempo);
|
/external/mksh/src/ |
check.pl | 333 $tempo = "${temp_dir}/rto"; 377 unlink($tempi, $tempo, $tempe, $temps); 552 if (!open(STDOUT, "> $tempo")) { 553 print STDERR "$prog: couldn't open $tempo in child - $!\n"; 634 $tmp = &check_output($test{'long-name'}, $tempo, 'stdout', [all...] |
/bionic/libc/kernel/uapi/sound/ |
asequencer.h | 397 unsigned int tempo; member in struct:snd_seq_queue_tempo
|
/external/kernel-headers/original/uapi/sound/ |
asequencer.h | 76 #define SNDRV_SEQ_EVENT_TEMPO 35 /* (SMF) Tempo event */ 79 #define SNDRV_SEQ_EVENT_QUEUE_SKEW 38 /* skew queue tempo */ 254 signed int value; /* affected value (e.g. tempo) */ 499 /* queue tempo */ 502 unsigned int tempo; /* current tempo, us/tick */ member in struct:snd_seq_queue_tempo
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
isacfix.c | 105 ISACFIX_SubStruct *tempo; local 106 tempo = malloc(1 * sizeof(ISACFIX_SubStruct)); 107 *ISAC_main_inst = (ISACFIX_MainStruct *)tempo; 113 WebRtcIsacfix_InitBandwidthEstimator(&tempo->bwestimator_obj); [all...] |
/hardware/qcom/msm8996/kernel-headers/sound/ |
asequencer.h | 396 unsigned int tempo; member in struct:snd_seq_queue_tempo
|
/hardware/qcom/msm8996/original-kernel-headers/sound/ |
asequencer.h | 75 #define SNDRV_SEQ_EVENT_TEMPO 35 /* (SMF) Tempo event */ 78 #define SNDRV_SEQ_EVENT_QUEUE_SKEW 38 /* skew queue tempo */ 253 signed int value; /* affected value (e.g. tempo) */ 498 /* queue tempo */ 501 unsigned int tempo; /* current tempo, us/tick */ member in struct:snd_seq_queue_tempo
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/ |
asequencer.h | 75 #define SNDRV_SEQ_EVENT_TEMPO 35 /* (SMF) Tempo event */ 78 #define SNDRV_SEQ_EVENT_QUEUE_SKEW 38 /* skew queue tempo */ 253 signed int value; /* affected value (e.g. tempo) */ 498 /* queue tempo */ 501 unsigned int tempo; /* current tempo, us/tick */ member in struct:snd_seq_queue_tempo
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/ |
asequencer.h | 75 #define SNDRV_SEQ_EVENT_TEMPO 35 /* (SMF) Tempo event */ 78 #define SNDRV_SEQ_EVENT_QUEUE_SKEW 38 /* skew queue tempo */ 253 signed int value; /* affected value (e.g. tempo) */ 498 /* queue tempo */ 501 unsigned int tempo; /* current tempo, us/tick */ member in struct:snd_seq_queue_tempo
|
/external/libgdx/backends/gdx-backend-moe/libs/ |
intel-moe-ios.jar | |