Home
last modified time | relevance | path

Searched refs:SND_CalcTimer (Results 1 – 6 of 6) sorted by relevance

/TwlSDK-5.4/build/demos/snd/channel/src/
Dmain.c28 #define KeyToTimer(key) (SND_CalcTimer(FreqToTimer(440), ((key)-69)*64))
100 SND_CalcTimer(ORGAN_DET_G3_PCM16_TIMER, ((key) - 67) * 64), in NitroMain()
146 SND_CalcTimer(ORGAN_DET_G3_PCM16_TIMER, ((key) - 67) * 64)); in NitroMain()
157 SND_CalcTimer(ORGAN_DET_G3_PCM16_TIMER, ((key) - 67) * 64)); in NitroMain()
/TwlSDK-5.4/include/nitro/snd/common/
Dutil.h113 u16 SND_CalcTimer(int orgTimer, int pitch);
/TwlSDK-5.4/build/libraries/snd/common/src/
Dsnd_util.c312 u16 SND_CalcTimer(int base_timer, int pitch_) in SND_CalcTimer() function
/TwlSDK-5.4/build/demos/snd/seq/src/
Dchannel.c190 SND_CalcTimer(PIANO_G5_PCM16_TIMER, (int)(ch->key - 67) * 64), in NoteOn()
/TwlSDK-5.4/build/demos/snd/synth/src/
Dmain.c39 #define GetFreq(pitch) (SND_TIMER_CLOCK / SND_CalcTimer((SND_TIMER_CLOCK / 440), (pitch - 69 * 64)))
/TwlSDK-5.4/build/demos/math/fft-2/src/
Dmain.c60 #define GetFreq(pitch) (SND_TIMER_CLOCK / SND_CalcTimer((SND_TIMER_CLOCK / 440), (pitch - 69 * 64)))