Searched refs:m_pBufferPool (Results 1 – 2 of 2) sorted by relevance
154 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()
344 StreamBufferPool* m_pBufferPool; variable