Searched defs:baseAddress (Results 1 – 5 of 5) sorted by relevance
| /NW4C-1.2.23/sources/libraries/snd/ |
| D | snd_HardwareChannel.cpp | 127 void HardwareChannel::SetLoopStart( const void* baseAddress, u32 samples ) in SetLoopStart() 140 void HardwareChannel::SetLoopEnd( const void* baseAddress, u32 samples ) in SetLoopEnd()
|
| D | snd_Voice.cpp | 1559 void Voice::StopAtPoint( int channelIndex, const void* baseAddress, u32 samples ) in StopAtPoint() 1580 void Voice::SetLoopStart( s32 channelIndex, const void* baseAddress, u32 samples ) in SetLoopStart() 1589 void Voice::SetLoopEnd( s32 channelIndex, const void* baseAddress, u32 samples ) in SetLoopEnd()
|
| D | snd_MmlParser.cpp | 1061 u32 MmlParser::ParseAllocTrack( const void* baseAddress, u32 seqOffset, u32* allocTrack ) in ParseAllocTrack()
|
| /NW4C-1.2.23/include/nw/snd/ |
| D | snd_HardwareChannel.h | 103 void SetBaseAddress( const void* baseAddress ) { m_pWaveData = baseAddress; } in SetBaseAddress()
|
| /NW4C-1.2.23/include/nw/lyt/ |
| D | lyt_Types.h | 143 ConvertOffsToPtr(const void* baseAddress, unsigned int offset) in ConvertOffsToPtr() 154 ConvertOffsToPtr(void* baseAddress, unsigned int offset) in ConvertOffsToPtr()
|