Searched refs:WaveInfo (Results 1 – 15 of 15) sorted by relevance
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_WaveFileReader.h | 36 bool ReadWaveInfo( WaveInfo* info, const void* waveDataOffsetOrigin = NULL ) const;
|
| D | snd_Channel.h | 104 void AppendWaveBuffer( const WaveInfo& waveInfo ); 124 void Start( const WaveInfo& waveParam, int length, u32 startOffset );
|
| D | snd_WaveSoundPlayer.h | 113 WaveInfo* waveData,
|
| D | snd_Global.h | 368 struct WaveInfo struct
|
| D | snd_Voice.h | 129 void Initialize( const WaveInfo& waveInfo, u32 startOffset );
|
| D | snd_SoundArchivePlayer.h | 106 internal::WaveInfo* waveData,
|
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_WaveFileReader.cpp | 117 WaveInfo* info, in ReadWaveInfo() 134 WaveInfo::ChannelParam& channelParam = info->channelParam[ i ]; in ReadWaveInfo()
|
| D | snd_Bank.cpp | 109 WaveInfo waveInfo; in NoteOn()
|
| D | snd_WaveSoundPlayer.cpp | 282 WaveInfo waveInfo; in ReadWaveSoundDataInfo() 378 WaveInfo waveInfo; in StartChannel()
|
| D | snd_Channel.cpp | 325 void Channel::Start( const WaveInfo& waveInfo, int length, u32 startOffset ) in Start() 348 void Channel::AppendWaveBuffer( const WaveInfo& waveInfo ) in AppendWaveBuffer()
|
| D | snd_StreamSoundPlayer.cpp | 318 WaveInfo waveInfo; in Start() 352 WaveInfo::ChannelParam& channelParam = waveInfo.channelParam[ channelIndex ]; in Start()
|
| D | snd_SoundArchivePlayer.cpp | 1672 internal::WaveInfo* waveInfo, in GetWaveSoundData()
|
| D | snd_Voice.cpp | 489 void Voice::Initialize( const WaveInfo& waveInfo, u32 startOffset ) in Initialize()
|
| /NW4C-2.0.3/demos/snd/withSdk/sources/ |
| D | main.cpp | 218 const nn::snd::Bcwav::WaveInfo& info = nn::snd::Bcwav::GetWaveInfo( s_pMemoryForSdkVoice ); in InitializeSdkVoice()
|
| /NW4C-2.0.3/demos/snd/createSoundThreadManually/sources/ |
| D | main.cpp | 243 const nn::snd::Bcwav::WaveInfo& info = nn::snd::Bcwav::GetWaveInfo( s_pMemoryForSdkVoice ); in InitializeSdkVoice()
|