Searched refs:SND_CalcTimer (Results 1 – 6 of 6) sorted by relevance
| /TwlSDK-5.1.0/build/demos/snd/channel/src/ |
| D | main.c | 28 #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.1.0/include/nitro/snd/common/ |
| D | util.h | 113 u16 SND_CalcTimer(int orgTimer, int pitch);
|
| /TwlSDK-5.1.0/build/libraries/snd/common/src/ |
| D | snd_util.c | 312 u16 SND_CalcTimer(int base_timer, int pitch_) in SND_CalcTimer() function
|
| /TwlSDK-5.1.0/build/demos/snd/seq/src/ |
| D | channel.c | 190 SND_CalcTimer(PIANO_G5_PCM16_TIMER, (int)(ch->key - 67) * 64), in NoteOn()
|
| /TwlSDK-5.1.0/build/demos/snd/synth/src/ |
| D | main.c | 39 #define GetFreq(pitch) (SND_TIMER_CLOCK / SND_CalcTimer((SND_TIMER_CLOCK / 440), (pitch - 69 * 64)))
|
| /TwlSDK-5.1.0/build/demos/math/fft-2/src/ |
| D | main.c | 60 #define GetFreq(pitch) (SND_TIMER_CLOCK / SND_CalcTimer((SND_TIMER_CLOCK / 440), (pitch - 69 * 64)))
|