Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_Util.h120 nw::ut::ResU16 typeId; // snd_ElementType.h で定義されているタイプ member
128 if ( validId == typeId ) in IsValidTypeId()
156 const void* GetReferedItem( u32 index, u16 typeId ) const in GetReferedItem()
159 if ( item[ index ].typeId != typeId ) return NULL; in GetReferedItem()
162 const void* FindReferedItemBy( u16 typeId ) const in FindReferedItemBy()
166 if ( item[ i ].IsValidTypeId( typeId ) ) in FindReferedItemBy()
182 const void* GetReferedItemBy( u16 typeId ) const in GetReferedItemBy()
186 if ( item[ i ].IsValidTypeId( typeId ) ) in GetReferedItemBy()
217 u16 typeId, u16 count ) const in GetReference()
221 if ( item[ i ].IsValidTypeId( typeId ) ) in GetReference()
[all …]
Dsnd_WaveArchiveFile.h61 const Util::ReferenceWithSize* GetReferenceBy( u16 typeId ) const;
Dsnd_StreamSoundFile.h175 const Util::ReferenceWithSize* GetReferenceBy( u16 typeId ) const;
Dsnd_SoundArchiveFile.h66 const Util::ReferenceWithSize* GetReferenceBy( u16 typeId ) const;
391 if ( toDetailSoundGroupInfo.typeId != in GetWaveSoundGroupInfo()
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_StreamSoundFile.cpp30 StreamSoundFile::FileHeader::GetReferenceBy( u16 typeId ) const in GetReferenceBy()
34 if ( toBlocks[ i ].typeId == typeId ) in GetReferenceBy()
76 if ( toStreamSoundInfo.typeId != ElementType_StreamSoundFile_StreamSoundInfo ) in GetStreamSoundInfo()
86 if ( toTrackInfoTable.typeId != ElementType_Table_ReferenceTable ) in GetTrackInfoTable()
96 if ( toChannelInfoTable.typeId != ElementType_Table_ReferenceTable ) in GetChannelInfoTable()
Dsnd_WaveArchiveFile.cpp59 WaveArchiveFile::FileHeader::GetReferenceBy( u16 typeId ) const in GetReferenceBy()
63 if ( toBlocks[ i ].typeId == typeId ) in GetReferenceBy()
Dsnd_BankFile.cpp152 RegionType GetRegionType( u16 typeId ) in GetRegionType() argument
154 switch ( typeId ) in GetRegionType()
188 const void* GetRegion( const void* startPtr, u16 typeId, u32 offset, u32 index ) in GetRegion() argument
195 switch ( GetRegionType( typeId ) ) in GetRegion()
249 switch ( ref.typeId ) in GetInstrument()
273 toKeyRegionChunk.typeId, in GetKeyRegion()
286 toVelocityRegionChunk.typeId, in GetVelocityRegion()
Dsnd_SoundArchiveFile.cpp112 SoundArchiveFile::FileHeader::GetReferenceBy( u16 typeId ) const in GetReferenceBy()
116 if ( toBlocks[ i ].typeId == typeId ) in GetReferenceBy()
567 switch ( toDetailSoundInfo.typeId ) in GetSoundType()
583 NW_ASSERT( toDetailSoundInfo.typeId == in GetStreamSoundInfo()
593 NW_ASSERT( toDetailSoundInfo.typeId == in GetWaveSoundInfo()
603 NW_ASSERT( toDetailSoundInfo.typeId == in GetSequenceSoundInfo()
902 switch ( toFileLocation.typeId ) in GetFileLocationType()