Home
last modified time | relevance | path

Searched refs:_samplesPerTick (Results 1 – 10 of 10) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/
H A Demumidi.h45 int _samplesPerTick; variable
60 _samplesPerTick(0), in MidiDriver_Emulated()
74 _samplesPerTick = (d << FIXP_SHIFT) + (r << FIXP_SHIFT) / _baseFreq; in open()
110 _nextTick += _samplesPerTick; in readBuffer()
/dports/games/residualvm/residualvm-0.3.1/audio/softsynth/
H A Demumidi.h45 int _samplesPerTick; variable
60 _samplesPerTick(0), in MidiDriver_Emulated()
74 _samplesPerTick = (d << FIXP_SHIFT) + (r << FIXP_SHIFT) / _baseFreq; in open()
110 _nextTick += _samplesPerTick; in readBuffer()
/dports/games/scummvm/scummvm-2.5.1/audio/softsynth/
H A Demumidi.h45 int _samplesPerTick; variable
60 _samplesPerTick(0), in MidiDriver_Emulated()
74 _samplesPerTick = (d << FIXP_SHIFT) + (r << FIXP_SHIFT) / _baseFreq; in open()
110 _nextTick += _samplesPerTick; in readBuffer()
/dports/games/scummvm/scummvm-2.5.1/engines/sci/sound/drivers/
H A Dmacmixer.h88 ufrac_t _samplesPerTick; variable
98 _samplesPerTick(0), in Mixer_Mac()
106 …_nextTick = _samplesPerTick = uintToUfrac(getRate() / kInterruptFreq) + uintToUfrac(getRate() % kI… in startMixer()
241 _nextTick += _samplesPerTick; in readBuffer()
/dports/games/residualvm/residualvm-0.3.1/audio/
H A Dfmopl.cpp265 _samplesPerTick(0), in EmulatedOPL()
297 _nextTick += _samplesPerTick; in readBuffer()
330 _samplesPerTick = (d << FIXP_SHIFT) + (r << FIXP_SHIFT) / _baseFreq; in setCallbackFrequency()
H A Dfmopl.h278 int _samplesPerTick; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/
H A Dfmopl.cpp304 _samplesPerTick(0), in EmulatedOPL()
336 _nextTick += _samplesPerTick; in readBuffer()
369 _samplesPerTick = (d << FIXP_SHIFT) + (r << FIXP_SHIFT) / _baseFreq; in setCallbackFrequency()
H A Dfmopl.h278 int _samplesPerTick; variable
/dports/games/scummvm/scummvm-2.5.1/audio/
H A Dfmopl.cpp307 _samplesPerTick(0), in EmulatedOPL()
339 _nextTick += _samplesPerTick; in readBuffer()
372 _samplesPerTick = (d << FIXP_SHIFT) + (r << FIXP_SHIFT) / _baseFreq; in setCallbackFrequency()
H A Dfmopl.h286 int _samplesPerTick; variable