Searched refs:WaveInfo (Results 1 – 15 of 15) sorted by relevance
| /NW4C-1.3.3/include/nw/snd/ |
| D | snd_WaveFileReader.h | 34 bool ReadWaveInfo( WaveInfo* info, const void* waveDataOffsetOrigin = NULL ) const;
|
| D | snd_Channel.h | 102 void AppendWaveBuffer( const WaveInfo& waveInfo ); 122 void Start( const WaveInfo& waveParam, int length, u32 startOffset );
|
| D | snd_WaveSoundPlayer.h | 111 WaveInfo* waveData,
|
| D | snd_Global.h | 366 struct WaveInfo struct
|
| D | snd_Voice.h | 127 void Initialize( const WaveInfo& waveInfo, u32 startOffset );
|
| D | snd_SoundArchivePlayer.h | 104 internal::WaveInfo* waveData,
|
| /NW4C-1.3.3/sources/libraries/snd/ |
| D | snd_WaveFileReader.cpp | 115 WaveInfo* info, in ReadWaveInfo() 132 WaveInfo::ChannelParam& channelParam = info->channelParam[ i ]; in ReadWaveInfo()
|
| D | snd_Bank.cpp | 107 WaveInfo waveInfo; in NoteOn()
|
| D | snd_WaveSoundPlayer.cpp | 280 WaveInfo waveInfo; in ReadWaveSoundDataInfo() 376 WaveInfo waveInfo; in StartChannel()
|
| D | snd_Channel.cpp | 323 void Channel::Start( const WaveInfo& waveInfo, int length, u32 startOffset ) in Start() 346 void Channel::AppendWaveBuffer( const WaveInfo& waveInfo ) in AppendWaveBuffer()
|
| D | snd_StreamSoundPlayer.cpp | 307 WaveInfo waveInfo; in Start() 341 WaveInfo::ChannelParam& channelParam = waveInfo.channelParam[ channelIndex ]; in Start()
|
| D | snd_SoundArchivePlayer.cpp | 1670 internal::WaveInfo* waveInfo, in GetWaveSoundData()
|
| D | snd_Voice.cpp | 487 void Voice::Initialize( const WaveInfo& waveInfo, u32 startOffset ) in Initialize()
|
| /NW4C-1.3.3/demos/snd/withSdk/sources/ |
| D | main.cpp | 216 const nn::snd::Bcwav::WaveInfo& info = nn::snd::Bcwav::GetWaveInfo( s_pMemoryForSdkVoice ); in InitializeSdkVoice()
|
| /NW4C-1.3.3/demos/snd/createSoundThreadManually/sources/ |
| D | main.cpp | 241 const nn::snd::Bcwav::WaveInfo& info = nn::snd::Bcwav::GetWaveInfo( s_pMemoryForSdkVoice ); in InitializeSdkVoice()
|