Searched refs:StreamSoundFile (Results 1 – 9 of 9) sorted by relevance
30 StreamSoundFile::FileHeader::GetReferenceBy( u16 typeId ) const in GetReferenceBy()42 u32 StreamSoundFile::FileHeader::GetInfoBlockSize() const in GetInfoBlockSize()46 u32 StreamSoundFile::FileHeader::GetSeekBlockSize() const in GetSeekBlockSize()50 u32 StreamSoundFile::FileHeader::GetDataBlockSize() const in GetDataBlockSize()55 u32 StreamSoundFile::FileHeader::GetInfoBlockOffset() const in GetInfoBlockOffset()59 u32 StreamSoundFile::FileHeader::GetSeekBlockOffset() const in GetSeekBlockOffset()63 u32 StreamSoundFile::FileHeader::GetDataBlockOffset() const in GetDataBlockOffset()73 const StreamSoundFile::StreamSoundInfo*74 StreamSoundFile::InfoBlockBody::GetStreamSoundInfo() const in GetStreamSoundInfo()83 const StreamSoundFile::TrackInfoTable*[all …]
50 reinterpret_cast<const StreamSoundFile::FileHeader*>( streamSoundFile ); in Initialize()51 const StreamSoundFile::InfoBlock* infoBlock = m_pHeader->GetInfoBlock(); in Initialize()65 StreamSoundFile::StreamSoundInfo* strmInfo ) const in ReadStreamSoundInfo()68 const StreamSoundFile::StreamSoundInfo* info = in ReadStreamSoundInfo()85 const StreamSoundFile::TrackInfoTable* table = in ReadStreamTrackInfo()93 const StreamSoundFile::TrackInfo* src = table->GetTrackInfo( trackIndex ); in ReadStreamTrackInfo()116 const StreamSoundFile::DspAdpcmChannelInfo* src = in ReadDspAdpcmChannelInfo()
41 const size_t headerSize = NW_SND_ROUND_UP_32B( sizeof( StreamSoundFile::FileHeader ) ); in LoadFileHeader()54 StreamSoundFile::FileHeader* header = in LoadFileHeader()55 reinterpret_cast<StreamSoundFile::FileHeader*>( ut::RoundUp( buffer2, 32 ) ); in LoadFileHeader()123 bool StreamSoundFileLoader::ReadStreamInfo( StreamSoundFile::StreamSoundInfo* strmInfo ) const in ReadStreamInfo()
604 const StreamSoundFile::StreamSoundInfo& streamInfo, in LoadHeader()
44 bool ReadStreamSoundInfo( StreamSoundFile::StreamSoundInfo* strmInfo ) const;81 const StreamSoundFile::FileHeader* m_pHeader;82 const StreamSoundFile::InfoBlockBody* m_pInfoBlockBody;
39 bool ReadStreamInfo( StreamSoundFile::StreamSoundInfo* strmInfo ) const;
151 const StreamSoundFile::StreamSoundInfo& streamInfo,288 StreamSoundFile::StreamSoundInfo m_StreamInfo;
135 struct StreamSoundFile struct
290 StreamSoundFile::StreamSoundInfo streamInfo;