Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SoundArchivePlayer.cpp120 void* strmBuffer, in Initialize() argument
137 NW_NULL_ASSERT( strmBuffer ); in Initialize()
138 NW_ALIGN32_ASSERT( strmBuffer ); in Initialize()
141 reinterpret_cast<uptr>(strmBuffer), strmBufferSize ) ) in Initialize()
157 if ( ! SetupStreamBuffer( arc, strmBuffer, strmBufferSize ) ) { in Initialize()
Dsnd_StreamSoundPlayer.cpp920 void* strmBuffer = m_pBufferPool->Alloc(); in AllocStreamBuffers() local
921 if ( strmBuffer == NULL ) in AllocStreamBuffers()
932 m_Channels[ index ].m_pBufferAddress = strmBuffer; in AllocStreamBuffers()
/NW4C-1.3.3/include/nw/snd/
Dsnd_SoundArchivePlayer.h222 void* strmBuffer,