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

  /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:__anon35137
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...]
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...]
  /external/libxaac/decoder/
ixheaacd_basic_ops40.h 27 WORD32 tempo; local
32 tempo = (WORD32)(*in);
33 expo = ixheaacd_norm32(tempo);
34 *in = tempo << expo;
39 tempo = (WORD32)((*in) >> 31);
40 expo = 31 - (ixheaacd_norm32(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...]
  /bionic/libc/kernel/uapi/sound/
asequencer.h 324 unsigned int tempo; member in struct:snd_seq_queue_tempo
  /external/kernel-headers/original/uapi/sound/
asequencer.h 77 #define SNDRV_SEQ_EVENT_TEMPO 35 /* (SMF) Tempo event */
80 #define SNDRV_SEQ_EVENT_QUEUE_SKEW 38 /* skew queue tempo */
255 signed int value; /* affected value (e.g. tempo) */
502 /* queue tempo */
505 unsigned int tempo; /* current tempo, us/tick */ member in struct:snd_seq_queue_tempo
  /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.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

Completed in 432 milliseconds