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