Home
last modified time | relevance | path

Searched refs:_sfxFileData (Results 1 – 4 of 4) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/kyra/sound/
H A Dsound_towns_lok.cpp35 : Sound(vm, mixer), _lastTrack(-1), _musicTrackData(0), _sfxFileData(0), _cdaPlaying(0), in SoundTowns_LoK()
46 delete[] _sfxFileData; in ~SoundTowns_LoK()
151 delete[] _sfxFileData; in loadSoundFile()
152 _sfxFileData = _vm->resource()->fileData(res()->fileList[file], 0); in loadSoundFile()
156 if (!_sfxEnabled || !_sfxFileData) in playSoundEffect()
181 uint8 *fileBody = _sfxFileData + 0x01B8; in playSoundEffect()
182 int32 offset = (int32)READ_LE_UINT32(_sfxFileData + (track - 0x0B) * 4); in playSoundEffect()
H A Dsound_intern.h152 uint8 *_sfxFileData; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/sound/
H A Dsound_towns_lok.cpp35 : Sound(vm, mixer), _lastTrack(-1), _musicTrackData(0), _sfxFileData(0), _cdaPlaying(0), in SoundTowns_LoK()
46 delete[] _sfxFileData; in ~SoundTowns_LoK()
148 delete[] _sfxFileData; in loadSoundFile()
149 _sfxFileData = _vm->resource()->fileData(res()->fileList[file], 0); in loadSoundFile()
153 if (!_sfxEnabled || !_sfxFileData) in playSoundEffect()
178 uint8 *fileBody = _sfxFileData + 0x01B8; in playSoundEffect()
179 int32 offset = (int32)READ_LE_UINT32(_sfxFileData + (track - 0x0B) * 4); in playSoundEffect()
H A Dsound_intern.h151 uint8 *_sfxFileData; variable