Home
last modified time | relevance | path

Searched refs:GetChannelCount (Results 1 – 15 of 15) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_StreamSoundFileReader.h53 NW_INLINE u32 GetChannelCount() const in GetChannelCount() function
56 return m_pInfoBlockBody->GetChannelInfoTable()->GetChannelCount(); in GetChannelCount()
Dsnd_StreamSoundFileLoader.h49 u32 GetChannelCount() const;
Dsnd_WaveFile.h121 inline s32 GetChannelCount() const { return channelInfoReferenceTable.count; } in GetChannelCount() function
Dsnd_StreamSoundFile.h290 NW_INLINE u32 GetChannelCount() const { return table.count; } in GetChannelCount() function
Dsnd_SequenceTrack.h173 int GetChannelCount() const;
Dsnd_HardwareManager.h130 u32 GetChannelCount() const;
Dsnd_Voice.h181 int GetChannelCount() const { return m_ChannelCount; } in GetChannelCount() function
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_StreamSoundFileLoader.cpp110 u32 StreamSoundFileLoader::GetChannelCount() const in GetChannelCount() function in nw::snd::internal::StreamSoundFileLoader
113 return m_Reader.GetChannelCount(); in GetChannelCount()
Dsnd_WaveFileReader.cpp124 info->channelCount = m_pInfoBlockBody->GetChannelCount(); in ReadWaveInfo()
130 for ( s32 i = 0; i < m_pInfoBlockBody->GetChannelCount(); i++ ) in ReadWaveInfo()
Dsnd_WaveFile.cpp48 NW_ASSERT( channelIndex < GetChannelCount() ); in GetChannelInfo()
Dsnd_Channel.cpp359 const int channelCount = m_pVoice->GetChannelCount(); in AppendWaveBuffer()
694 int channelCount = m_pChannel->m_pVoice->GetChannelCount(); in InvalidateData()
Dsnd_SequenceTrack.cpp494 int SequenceTrack::GetChannelCount() const in GetChannelCount() function in nw::snd::internal::driver::SequenceTrack
Dsnd_StreamSoundPlayer.cpp2227 command->channelCount = loader.GetChannelCount(); in LoadHeader()
/NW4C-2.0.3/sources/libraries/snd/platform/
Dsnd_HardwareManagerDSP.cppi222 u32 HardwareManager::GetChannelCount() const
Dsnd_HardwareManagerAX.cppi195 u32 HardwareManager::GetChannelCount() const