Searched refs:GetPlayerCount (Results 1 – 8 of 8) sorted by relevance
70 u32 GetPlayerCount() const;
532 u32 GetPlayerCount() const;
220 NW_INLINE u32 GetPlayerCount() const { return GetPlayerInfoReferenceTable().count; } in GetPlayerCount() function
98 u32 SoundArchive::GetPlayerCount() const in GetPlayerCount() function in nw::snd::SoundArchive100 return m_pFileReader->GetPlayerCount(); in GetPlayerCount()
369 NN_LOG("### PLAYER Info(%d)\n", m_ArchiveReader.GetPlayerCount() ); in LoadHeader()370 for ( u32 i = 0; i < m_ArchiveReader.GetPlayerCount(); i++ ) in LoadHeader()542 for ( u32 i = 0; i < GetPlayerCount(); i++ ) in LoadLabelStringData()
256 NN_LOG("### PLAYER Info(%d)\n", m_ArchiveReader.GetPlayerCount() ); in LoadHeader()257 for ( u32 i = 0; i < m_ArchiveReader.GetPlayerCount(); i++ ) in LoadHeader()
166 u32 SoundArchiveFileReader::GetPlayerCount() const in GetPlayerCount() function in nw::snd::internal::SoundArchiveFileReader169 return m_pInfoBlockBody->GetPlayerCount(); in GetPlayerCount()
216 u32 playerCount = arc->GetPlayerCount(); in GetRequiredMemSize()407 u32 playerCount = arc->GetPlayerCount(); in SetupSoundPlayer()