Searched refs:tempo (Results 1 - 6 of 6) sorted by relevance

/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:__anon9779
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...]
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-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/mksh/src/
H A Dcheck.pl211 $tempo = "/tmp/rto$$";
327 unlink($tempi, $tempo, $tempe, $temps);
501 if (!open(STDOUT, "> $tempo")) {
502 print STDERR "$prog: couldn't open $tempo in child - $!\n";
581 $tmp = &check_output($test{'long-name'}, $tempo, 'stdout',

Completed in 121 milliseconds