Searched defs:baseAddress (Results 1 – 5 of 5) sorted by relevance
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_HardwareChannel.cpp | 129 void HardwareChannel::SetLoopStart( const void* baseAddress, u32 samples ) in SetLoopStart() 142 void HardwareChannel::SetLoopEnd( const void* baseAddress, u32 samples ) in SetLoopEnd()
|
| D | snd_Voice.cpp | 1560 void Voice::StopAtPoint( int channelIndex, const void* baseAddress, u32 samples ) in StopAtPoint() 1581 void Voice::SetLoopStart( s32 channelIndex, const void* baseAddress, u32 samples ) in SetLoopStart() 1590 void Voice::SetLoopEnd( s32 channelIndex, const void* baseAddress, u32 samples ) in SetLoopEnd()
|
| D | snd_MmlParser.cpp | 1063 u32 MmlParser::ParseAllocTrack( const void* baseAddress, u32 seqOffset, u32* allocTrack ) in ParseAllocTrack()
|
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_HardwareChannel.h | 105 void SetBaseAddress( const void* baseAddress ) { m_pWaveData = baseAddress; } in SetBaseAddress()
|
| /NW4C-2.0.3/include/nw/lyt/ |
| D | lyt_Types.h | 145 ConvertOffsToPtr(const void* baseAddress, unsigned int offset) in ConvertOffsToPtr() 156 ConvertOffsToPtr(void* baseAddress, unsigned int offset) in ConvertOffsToPtr()
|