Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_StreamBufferPool.cpp45 m_BlockSize = ut::RoundDown( size / blockCount, 32 ); in Initialize()
58 m_BlockSize = 0; in Finalize()
82 return ut::AddOffsetToPtr( m_pBuffer, m_BlockSize * totalIndex ); in Alloc()
94 const unsigned long totalIndex = static_cast<unsigned long>( offset / m_BlockSize ); in Free()
/NW4C-2.0.3/include/nw/snd/
Dsnd_StreamBufferPool.h35 size_t GetBlockSize() const { return m_BlockSize; } in GetBlockSize()
43 size_t m_BlockSize; //< 1 ブロックあたりのバイト数 variable