Home
last modified time | relevance | path

Searched defs:baseAddress (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_HardwareChannel.cpp129 void HardwareChannel::SetLoopStart( const void* baseAddress, u32 samples ) in SetLoopStart()
142 void HardwareChannel::SetLoopEnd( const void* baseAddress, u32 samples ) in SetLoopEnd()
Dsnd_Voice.cpp1560 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()
Dsnd_MmlParser.cpp1063 u32 MmlParser::ParseAllocTrack( const void* baseAddress, u32 seqOffset, u32* allocTrack ) in ParseAllocTrack()
/NW4C-2.0.3/include/nw/snd/
Dsnd_HardwareChannel.h105 void SetBaseAddress( const void* baseAddress ) { m_pWaveData = baseAddress; } in SetBaseAddress()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Types.h145 ConvertOffsToPtr(const void* baseAddress, unsigned int offset) in ConvertOffsToPtr()
156 ConvertOffsToPtr(void* baseAddress, unsigned int offset) in ConvertOffsToPtr()