Searched refs:GetSoundCount (Results 1 – 8 of 8) sorted by relevance
68 u32 GetSoundCount() const;
514 u32 GetSoundCount() const;
218 NW_INLINE u32 GetSoundCount() const { return GetSoundInfoReferenceTable().count; } in GetSoundCount() function
94 u32 SoundArchive::GetSoundCount() const in GetSoundCount() function in nw::snd::SoundArchive96 return m_pFileReader->GetSoundCount(); in GetSoundCount()
283 NN_LOG("### Sound INFO(%d)\n", m_ArchiveReader.GetSoundCount() ); in LoadHeader()284 for ( u32 i = 0; i < m_ArchiveReader.GetSoundCount(); i++ ) in LoadHeader()530 for ( u32 i = 0; i < GetSoundCount(); i++ ) in LoadLabelStringData()
170 NN_LOG("### Sound INFO(%d)\n", m_ArchiveReader.GetSoundCount() ); in LoadHeader()171 for ( u32 i = 0; i < m_ArchiveReader.GetSoundCount(); i++ ) in LoadHeader()
154 u32 SoundArchiveFileReader::GetSoundCount() const in GetSoundCount() function in nw::snd::internal::SoundArchiveFileReader157 return m_pInfoBlockBody->GetSoundCount(); in GetSoundCount()
463 for ( u32 j = 0; j < arc.GetSoundCount(); j++ ) in Dump()