Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/snd/synth/src/
Dmain.c39 #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()
/TwlSDK-5.1.0/build/demos/snd/channel/src/
Dmain.c27 #define FreqToTimer(freq) (SND_TIMER_CLOCK / ( 8 * (freq) ))
/TwlSDK-5.1.0/include/nitro/snd/common/
Dchannel.h50 #define SND_TIMER_CLOCK ( HW_CPU_CLOCK_ARM7 / 2 ) macro
/TwlSDK-5.1.0/build/demos/math/fft-2/src/
Dmain.c60 #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()
/TwlSDK-5.1.0/build/demos/snd/capture/src/
Dmain.c165 timerValue = SND_TIMER_CLOCK / CAPTURE_SAMPLE_RATE; in NitroMain()
/TwlSDK-5.1.0/build/demos/snd/stream/src/
Dmain.c219 timerValue = SND_TIMER_CLOCK / strm->format.sampleRate; in PlayStream()