Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_SequenceSoundPlayer.h252 const SequenceTrackAllocator* GetTrackAllocator() { return m_pSequenceTrackAllocator; } in GetTrackAllocator()
291 SequenceTrackAllocator* m_pSequenceTrackAllocator; variable
Dsnd_SoundArchivePlayer.h539 internal::driver::SequenceTrackAllocator* m_pSequenceTrackAllocator; variable
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundArchivePlayer.cpp149 m_pSequenceTrackAllocator = &m_MmlSequenceTrackAllocator; in Initialize()
167 m_pSequenceTrackAllocator = NULL; in Finalize()
1257 m_pSequenceTrackAllocator, in PrepareSeqImpl()
1310 m_pSequenceTrackAllocator, in PrepareSeqImpl()
1327 m_pSequenceTrackAllocator, in PrepareSeqImpl()
Dsnd_SequenceSoundPlayer.cpp227 m_pSequenceTrackAllocator = trackAllocator; in Setup()
662 m_pSequenceTrackAllocator->FreeTrack( m_pTracks[ trackNo ] ); in CloseTrack()