Home
last modified time | relevance | path

Searched refs:typeId (Results 1 – 9 of 9) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_Util.h126 nw::ut::ResU16 typeId; // snd_ElementType.h で定義されているタイプ member
134 if ( validId == typeId ) in IsValidTypeId()
162 const void* GetReferedItem( u32 index, u16 typeId ) const in GetReferedItem()
165 if ( item[ index ].typeId != typeId ) return NULL; in GetReferedItem()
168 const void* FindReferedItemBy( u16 typeId ) const in FindReferedItemBy()
172 if ( item[ i ].IsValidTypeId( typeId ) ) in FindReferedItemBy()
188 const void* GetReferedItemBy( u16 typeId ) const in GetReferedItemBy()
192 if ( item[ i ].IsValidTypeId( typeId ) ) in GetReferedItemBy()
223 u16 typeId, u16 count ) const in GetReference()
227 if ( item[ i ].IsValidTypeId( typeId ) ) in GetReference()
[all …]
Dsnd_AnimSoundFile.h161 NW_ASSERT( toSoundLabel.typeId == in GetSoundLabel()
200 NW_ASSERT( toEventInfo.typeId == in GetEventInfo()
217 NW_ASSERT( toAnimEventTable.typeId == in GetAnimEventTable()
Dsnd_WaveArchiveFile.h63 const Util::ReferenceWithSize* GetReferenceBy( u16 typeId ) const;
Dsnd_StreamSoundFile.h177 const Util::ReferenceWithSize* GetReferenceBy( u16 typeId ) const;
Dsnd_SoundArchiveFile.h68 const Util::ReferenceWithSize* GetReferenceBy( u16 typeId ) const;
394 if ( toDetailSoundGroupInfo.typeId != in GetWaveSoundGroupInfo()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_StreamSoundFile.cpp32 StreamSoundFile::FileHeader::GetReferenceBy( u16 typeId ) const in GetReferenceBy()
36 if ( toBlocks[ i ].typeId == typeId ) in GetReferenceBy()
78 if ( toStreamSoundInfo.typeId != ElementType_StreamSoundFile_StreamSoundInfo ) in GetStreamSoundInfo()
88 if ( toTrackInfoTable.typeId != ElementType_Table_ReferenceTable ) in GetTrackInfoTable()
98 if ( toChannelInfoTable.typeId != ElementType_Table_ReferenceTable ) in GetChannelInfoTable()
Dsnd_WaveArchiveFile.cpp61 WaveArchiveFile::FileHeader::GetReferenceBy( u16 typeId ) const in GetReferenceBy()
65 if ( toBlocks[ i ].typeId == typeId ) in GetReferenceBy()
Dsnd_BankFile.cpp154 RegionType GetRegionType( u16 typeId ) in GetRegionType() argument
156 switch ( typeId ) in GetRegionType()
190 const void* GetRegion( const void* startPtr, u16 typeId, u32 offset, u32 index ) in GetRegion() argument
197 switch ( GetRegionType( typeId ) ) in GetRegion()
251 switch ( ref.typeId ) in GetInstrument()
275 toKeyRegionChunk.typeId, in GetKeyRegion()
288 toVelocityRegionChunk.typeId, in GetVelocityRegion()
Dsnd_SoundArchiveFile.cpp114 SoundArchiveFile::FileHeader::GetReferenceBy( u16 typeId ) const in GetReferenceBy()
118 if ( toBlocks[ i ].typeId == typeId ) in GetReferenceBy()
581 switch ( toDetailSoundInfo.typeId ) in GetSoundType()
597 NW_ASSERT( toDetailSoundInfo.typeId == in GetStreamSoundInfo()
607 NW_ASSERT( toDetailSoundInfo.typeId == in GetWaveSoundInfo()
617 NW_ASSERT( toDetailSoundInfo.typeId == in GetSequenceSoundInfo()
916 switch ( toFileLocation.typeId ) in GetFileLocationType()