Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_WaveFile.cpp45 const WaveFile::ChannelInfo&
49 return *reinterpret_cast<const ChannelInfo*>( in GetChannelInfo()
58 WaveFile::ChannelInfo::GetSamplesAddress( const void* dataBlockBodyAddress ) const in GetSamplesAddress()
65 WaveFile::ChannelInfo::GetDspAdpcmInfo() const in GetDspAdpcmInfo()
Dsnd_StreamSoundFile.cpp119 const StreamSoundFile::ChannelInfo*
124 return static_cast<const ChannelInfo*>( in GetChannelInfo()
134 StreamSoundFile::ChannelInfo::GetDspAdpcmChannelInfo() const in GetDspAdpcmChannelInfo()
Dsnd_WaveFileReader.cpp136 const WaveFile::ChannelInfo& channelInfo = m_pInfoBlockBody->GetChannelInfo( i ); in ReadWaveInfo()
152 const WaveFile::ChannelInfo* info, in GetWaveDataAddress()
/NW4C-2.0.3/include/nw/snd/
Dsnd_WaveFile.h100 struct ChannelInfo;
122 const ChannelInfo& GetChannelInfo( s32 channelIndex ) const;
131 struct ChannelInfo struct
Dsnd_StreamSoundFile.h283 struct ChannelInfo;
291 const ChannelInfo* GetChannelInfo( u32 index ) const;
295 struct ChannelInfo struct
Dsnd_WaveFileReader.h40 const WaveFile::ChannelInfo* info,