Searched refs:GetWaveFileCount (Results 1 – 4 of 4) sorted by relevance
112 for ( u32 i = 0; i < GetWaveFileCount(); i++ ) in InitializeFileTable()118 u32 WaveArchiveFileReader::GetWaveFileCount() const in GetWaveFileCount() function in nw::snd::internal::WaveArchiveFileReader121 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()
1386 u32 waveCount = reader.GetWaveFileCount(); in IsWaveArchiveDataLoaded()
75 inline u32 GetWaveFileCount() const { return table.count; } in GetWaveFileCount() function78 NW_ASSERT( index < GetWaveFileCount() ); in GetSize()83 NW_ASSERT( index < GetWaveFileCount() ); in GetOffsetFromFileBlockBody()
39 u32 GetWaveFileCount() const;