Searched refs:GetPlayerCount (Results 1 – 8 of 8) sorted by relevance
72 u32 GetPlayerCount() const;
511 u32 GetPlayerCount() const;
222 NW_INLINE u32 GetPlayerCount() const { return GetPlayerInfoReferenceTable().count; } in GetPlayerCount() function
100 u32 SoundArchive::GetPlayerCount() const in GetPlayerCount() function in nw::snd::SoundArchive102 return m_pFileReader->GetPlayerCount(); in GetPlayerCount()
371 NN_LOG("### PLAYER Info(%d)\n", m_ArchiveReader.GetPlayerCount() ); in LoadHeader()372 for ( u32 i = 0; i < m_ArchiveReader.GetPlayerCount(); i++ ) in LoadHeader()544 for ( u32 i = 0; i < GetPlayerCount(); i++ ) in LoadLabelStringData()
258 NN_LOG("### PLAYER Info(%d)\n", m_ArchiveReader.GetPlayerCount() ); in LoadHeader()259 for ( u32 i = 0; i < m_ArchiveReader.GetPlayerCount(); i++ ) in LoadHeader()
168 u32 SoundArchiveFileReader::GetPlayerCount() const in GetPlayerCount() function in nw::snd::internal::SoundArchiveFileReader171 return m_pInfoBlockBody->GetPlayerCount(); in GetPlayerCount()
230 u32 playerCount = arc->GetPlayerCount(); in GetRequiredMemSize()421 u32 playerCount = arc->GetPlayerCount(); in SetupSoundPlayer()