Home
last modified time | relevance | path

Searched refs:GetInfoBlockOffset (Results 1 – 12 of 12) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_WaveArchiveFile.cpp35 ut::AddOffsetToPtr( this, GetInfoBlockOffset() ) ); in GetInfoBlock()
52 u32 WaveArchiveFile::FileHeader::GetInfoBlockOffset() const in GetInfoBlockOffset() function in nw::snd::internal::WaveArchiveFile::FileHeader
Dsnd_StreamSoundFile.cpp57 u32 StreamSoundFile::FileHeader::GetInfoBlockOffset() const in GetInfoBlockOffset() function in nw::snd::internal::StreamSoundFile::FileHeader
Dsnd_StreamSoundFileLoader.cpp67 u32 loadSize = header->GetInfoBlockOffset() + header->GetInfoBlockSize(); in LoadFileHeader()
Dsnd_MemorySoundArchive.cpp69 const unsigned long infoBlockOffset = m_FileReader.GetInfoBlockOffset(); in Initialize()
Dsnd_HioSoundArchive.cpp149 const s32 infoChunkOffset = m_ArchiveReader.GetInfoBlockOffset(); in LoadHeader()
Dsnd_RomSoundArchive.cpp245 const s32 infoChunkOffset = m_ArchiveReader.GetInfoBlockOffset(); in LoadHeader()
Dsnd_SoundArchiveFile.cpp168 s32 SoundArchiveFile::FileHeader::GetInfoBlockOffset() const in GetInfoBlockOffset() function in nw::snd::internal::SoundArchiveFile::FileHeader
Dsnd_SoundArchiveLoader.cpp567 u32 infoBlockOffset = pHeader->GetInfoBlockOffset(); in LoadWaveArchiveTable()
/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundArchiveFileReader.h49 inline s32 GetInfoBlockOffset() const { return m_Header.GetInfoBlockOffset(); } in GetInfoBlockOffset() function
Dsnd_StreamSoundFile.h166 u32 GetInfoBlockOffset() const;
173 ut::AddOffsetToPtr( this, GetInfoBlockOffset() ) ); in GetInfoBlock()
Dsnd_WaveArchiveFile.h59 u32 GetInfoBlockOffset() const;
Dsnd_SoundArchiveFile.h64 s32 GetInfoBlockOffset() const;