Searched refs:GetWaveFileCount (Results 1 – 4 of 4) sorted by relevance
110 for ( u32 i = 0; i < GetWaveFileCount(); i++ ) in InitializeFileTable()116 u32 WaveArchiveFileReader::GetWaveFileCount() const in GetWaveFileCount() function in nw::snd::internal::WaveArchiveFileReader119 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()
1132 u32 waveCount = reader.GetWaveFileCount(); in IsWaveArchiveDataLoaded()
73 inline u32 GetWaveFileCount() const { return table.count; } in GetWaveFileCount() function76 NW_ASSERT( index < GetWaveFileCount() ); in GetSize()81 NW_ASSERT( index < GetWaveFileCount() ); in GetOffsetFromFileBlockBody()
37 u32 GetWaveFileCount() const;