Home
last modified time | relevance | path

Searched refs:ChannelInfo (Results 1 – 6 of 6) sorted by relevance

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_WaveFile.cpp43 const WaveFile::ChannelInfo&
47 return *reinterpret_cast<const ChannelInfo*>( in GetChannelInfo()
56 WaveFile::ChannelInfo::GetSamplesAddress( const void* dataBlockBodyAddress ) const in GetSamplesAddress()
63 WaveFile::ChannelInfo::GetDspAdpcmInfo() const in GetDspAdpcmInfo()
Dsnd_StreamSoundFile.cpp117 const StreamSoundFile::ChannelInfo*
122 return static_cast<const ChannelInfo*>( in GetChannelInfo()
132 StreamSoundFile::ChannelInfo::GetDspAdpcmChannelInfo() const in GetDspAdpcmChannelInfo()
Dsnd_WaveFileReader.cpp134 const WaveFile::ChannelInfo& channelInfo = m_pInfoBlockBody->GetChannelInfo( i ); in ReadWaveInfo()
150 const WaveFile::ChannelInfo* info, in GetWaveDataAddress()
/NW4C-1.2.23/include/nw/snd/
Dsnd_WaveFile.h98 struct ChannelInfo;
120 const ChannelInfo& GetChannelInfo( s32 channelIndex ) const;
129 struct ChannelInfo struct
Dsnd_StreamSoundFile.h281 struct ChannelInfo;
289 const ChannelInfo* GetChannelInfo( u32 index ) const;
293 struct ChannelInfo struct
Dsnd_WaveFileReader.h38 const WaveFile::ChannelInfo* info,