Home
last modified time | relevance | path

Searched refs:strmBuffer (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundArchivePlayer.cpp122 void* strmBuffer, in Initialize() argument
139 NW_NULL_ASSERT( strmBuffer ); in Initialize()
140 NW_ALIGN32_ASSERT( strmBuffer ); in Initialize()
143 reinterpret_cast<uptr>(strmBuffer), strmBufferSize ) ) in Initialize()
159 if ( ! SetupStreamBuffer( arc, strmBuffer, strmBufferSize ) ) { in Initialize()
Dsnd_StreamSoundPlayer.cpp967 void* strmBuffer = m_pBufferPool->Alloc(); in AllocStreamBuffers() local
968 if ( strmBuffer == NULL ) in AllocStreamBuffers()
979 m_Channels[ index ].m_pBufferAddress = strmBuffer; in AllocStreamBuffers()
/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundArchivePlayer.h224 void* strmBuffer,