Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_StreamSoundPlayer.cpp154 m_pBufferPool = pBufferPool; in Setup()
225 m_pBufferPool = NULL; in Finalize()
890 NW_NULL_ASSERT( m_pBufferPool ); in SetupPlayer()
891 const size_t strmBufferSize = m_pBufferPool->GetBlockSize(); // 1ch 分のバッファサイズ in SetupPlayer()
967 void* strmBuffer = m_pBufferPool->Alloc(); in AllocStreamBuffers()
973 m_pBufferPool->Free( m_Channels[i].m_pBufferAddress ); in AllocStreamBuffers()
1003 m_pBufferPool->Free( m_Channels[index].m_pBufferAddress ); in FreeStreamBuffers()
/NW4C-2.0.3/include/nw/snd/
Dsnd_StreamSoundPlayer.h344 StreamBufferPool* m_pBufferPool; variable