Home
last modified time | relevance | path

Searched refs:externalSeqInfo (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundArchivePlayer.cpp1108 const StartInfo::SeqSoundInfo* externalSeqInfo in PrepareSeqImpl() argument
1119 if ( externalSeqInfo != NULL ) in PrepareSeqImpl()
1121 if ( externalSeqInfo->seqDataAddress != NULL ) in PrepareSeqImpl()
1124 externalSeqInfo->seqDataAddress ); in PrepareSeqImpl()
1128 if ( externalSeqInfo->startLocationLabel != NULL ) in PrepareSeqImpl()
1131 externalSeqInfo->startLocationLabel, &seqOffset ); in PrepareSeqImpl()
1156 if ( externalSeqInfo != NULL && externalSeqInfo->startLocationLabel != NULL ) in PrepareSeqImpl()
1161 externalSeqInfo->startLocationLabel, &seqOffset ); in PrepareSeqImpl()
1211 if ( externalSeqInfo != NULL ) in PrepareSeqImpl()
1215 bankIds[ i ] = externalSeqInfo->bankIds[ i ]; in PrepareSeqImpl()
/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundArchivePlayer.h488 const StartInfo::SeqSoundInfo* externalSeqInfo