Home
last modified time | relevance | path

Searched refs:m_pBufferPool (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_StreamSoundPlayer.cpp149 m_pBufferPool = pBufferPool; in Setup()
217 m_pBufferPool = NULL; in Finalize()
843 NW_NULL_ASSERT( m_pBufferPool ); in SetupPlayer()
844 const size_t strmBufferSize = m_pBufferPool->GetBlockSize(); // 1ch 分のバッファサイズ in SetupPlayer()
920 void* strmBuffer = m_pBufferPool->Alloc(); in AllocStreamBuffers()
926 m_pBufferPool->Free( m_Channels[i].m_pBufferAddress ); in AllocStreamBuffers()
953 m_pBufferPool->Free( m_Channels[index].m_pBufferAddress ); in FreeStreamBuffers()
/NW4C-1.3.3/include/nw/snd/
Dsnd_StreamSoundPlayer.h336 StreamBufferPool* m_pBufferPool; variable