Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_WaveArchiveFileReader.cpp110 for ( u32 i = 0; i < GetWaveFileCount(); i++ ) in InitializeFileTable()
116 u32 WaveArchiveFileReader::GetWaveFileCount() const in GetWaveFileCount() function in nw::snd::internal::WaveArchiveFileReader
119 return m_pInfoBlockBody->GetWaveFileCount(); in GetWaveFileCount()
125 if ( waveIndex >= GetWaveFileCount() ) return NULL; in GetWaveFile()
155 if ( waveIndex >= GetWaveFileCount() ) return NULL; in SetWaveFile()
162 for ( u32 i = 0; i < GetWaveFileCount(); i++ ) in SetWaveFile()
Dsnd_SoundDataManager.cpp1132 u32 waveCount = reader.GetWaveFileCount(); in IsWaveArchiveDataLoaded()
/NW4C-1.2.23/include/nw/snd/
Dsnd_WaveArchiveFile.h73 inline u32 GetWaveFileCount() const { return table.count; } in GetWaveFileCount() function
76 NW_ASSERT( index < GetWaveFileCount() ); in GetSize()
81 NW_ASSERT( index < GetWaveFileCount() ); in GetOffsetFromFileBlockBody()
Dsnd_WaveArchiveFileReader.h37 u32 GetWaveFileCount() const;