Home
last modified time | relevance | path

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

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