Searched refs:SND_TIMER_CLOCK (Results 1 – 6 of 6) sorted by relevance
39 #define GetFreq(pitch) (SND_TIMER_CLOCK / SND_CalcTimer((SND_TIMER_CLOCK / 440), (pitch - 69 * 64)))206 timerValue = SND_TIMER_CLOCK / STRM_SAMPLE_RATE; in Play()
27 #define FreqToTimer(freq) (SND_TIMER_CLOCK / ( 8 * (freq) ))
50 #define SND_TIMER_CLOCK ( HW_CPU_CLOCK_ARM7 / 2 ) macro
60 #define GetFreq(pitch) (SND_TIMER_CLOCK / SND_CalcTimer((SND_TIMER_CLOCK / 440), (pitch - 69 * 64)))1060 timerValue = SND_TIMER_CLOCK / STRM_SAMPLE_RATE; in Play()
165 timerValue = SND_TIMER_CLOCK / CAPTURE_SAMPLE_RATE; in NitroMain()
219 timerValue = SND_TIMER_CLOCK / strm->format.sampleRate; in PlayStream()