Searched defs:tempo (Results 1 - 9 of 9) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
H A DAppleTempBox.java20 public void setTempo(int tempo) { argument
25 appleDataBox.setData(new byte[]{0, (byte) (tempo & 0xFF)});
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_tcdata.h50 EAS_I32 tick; /* tick based on current tempo and resolution */
57 EAS_I8 tempo; /* tempo from file (bpm = tempo * 4) */ member in struct:__anon30982
H A Deas_rtttl.c48 /* 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...]
H A Deas_tonecontrol.c85 /* 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...]
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_rtttl.c48 /* 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/
H A Deas_rtttl.c48 /* 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/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Disacfix.c82 ISACFIX_SubStruct *tempo; local
83 tempo = malloc(1 * sizeof(ISACFIX_SubStruct));
84 *ISAC_main_inst = (ISACFIX_MainStruct *)tempo;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Disacfix.c90 ISACFIX_SubStruct *tempo; local
91 tempo = malloc(1 * sizeof(ISACFIX_SubStruct));
92 *ISAC_main_inst = (ISACFIX_MainStruct *)tempo;
/external/kernel-headers/original/uapi/sound/
H A Dasequencer.h78 #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

Completed in 1860 milliseconds