Searched refs:StreamSoundFile (Results 1 – 9 of 9) sorted by relevance
32 StreamSoundFile::FileHeader::GetReferenceBy( u16 typeId ) const in GetReferenceBy()44 u32 StreamSoundFile::FileHeader::GetInfoBlockSize() const in GetInfoBlockSize()48 u32 StreamSoundFile::FileHeader::GetSeekBlockSize() const in GetSeekBlockSize()52 u32 StreamSoundFile::FileHeader::GetDataBlockSize() const in GetDataBlockSize()57 u32 StreamSoundFile::FileHeader::GetInfoBlockOffset() const in GetInfoBlockOffset()61 u32 StreamSoundFile::FileHeader::GetSeekBlockOffset() const in GetSeekBlockOffset()65 u32 StreamSoundFile::FileHeader::GetDataBlockOffset() const in GetDataBlockOffset()75 const StreamSoundFile::StreamSoundInfo*76 StreamSoundFile::InfoBlockBody::GetStreamSoundInfo() const in GetStreamSoundInfo()85 const StreamSoundFile::TrackInfoTable*[all …]
52 reinterpret_cast<const StreamSoundFile::FileHeader*>( streamSoundFile ); in Initialize()53 const StreamSoundFile::InfoBlock* infoBlock = m_pHeader->GetInfoBlock(); in Initialize()67 StreamSoundFile::StreamSoundInfo* strmInfo ) const in ReadStreamSoundInfo()70 const StreamSoundFile::StreamSoundInfo* info = in ReadStreamSoundInfo()87 const StreamSoundFile::TrackInfoTable* table = in ReadStreamTrackInfo()95 const StreamSoundFile::TrackInfo* src = table->GetTrackInfo( trackIndex ); in ReadStreamTrackInfo()118 const StreamSoundFile::DspAdpcmChannelInfo* src = in ReadDspAdpcmChannelInfo()
43 const size_t headerSize = NW_SND_ROUND_UP_32B( sizeof( StreamSoundFile::FileHeader ) ); in LoadFileHeader()56 StreamSoundFile::FileHeader* header = in LoadFileHeader()57 reinterpret_cast<StreamSoundFile::FileHeader*>( ut::RoundUp( buffer2, 32 ) ); in LoadFileHeader()125 bool StreamSoundFileLoader::ReadStreamInfo( StreamSoundFile::StreamSoundInfo* strmInfo ) const in ReadStreamInfo()
649 const StreamSoundFile::StreamSoundInfo& streamInfo, in LoadHeader()
46 bool ReadStreamSoundInfo( StreamSoundFile::StreamSoundInfo* strmInfo ) const;83 const StreamSoundFile::FileHeader* m_pHeader;84 const StreamSoundFile::InfoBlockBody* m_pInfoBlockBody;
41 bool ReadStreamInfo( StreamSoundFile::StreamSoundInfo* strmInfo ) const;
153 const StreamSoundFile::StreamSoundInfo& streamInfo,290 StreamSoundFile::StreamSoundInfo m_StreamInfo;
137 struct StreamSoundFile struct
297 StreamSoundFile::StreamSoundInfo streamInfo;