Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_WaveArchiveFileReader.cpp112 for ( u32 i = 0; i < GetWaveFileCount(); i++ ) in InitializeFileTable()
118 u32 WaveArchiveFileReader::GetWaveFileCount() const in GetWaveFileCount() function in nw::snd::internal::WaveArchiveFileReader
121 return m_pInfoBlockBody->GetWaveFileCount(); in GetWaveFileCount()
127 if ( waveIndex >= GetWaveFileCount() ) return NULL; in GetWaveFile()
157 if ( waveIndex >= GetWaveFileCount() ) return NULL; in SetWaveFile()
164 for ( u32 i = 0; i < GetWaveFileCount(); i++ ) in SetWaveFile()
Dsnd_SoundArchiveLoader.cpp1386 u32 waveCount = reader.GetWaveFileCount(); in IsWaveArchiveDataLoaded()
/NW4C-2.0.3/include/nw/snd/
Dsnd_WaveArchiveFile.h75 inline u32 GetWaveFileCount() const { return table.count; } in GetWaveFileCount() function
78 NW_ASSERT( index < GetWaveFileCount() ); in GetSize()
83 NW_ASSERT( index < GetWaveFileCount() ); in GetOffsetFromFileBlockBody()
Dsnd_WaveArchiveFileReader.h39 u32 GetWaveFileCount() const;