Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_StreamBufferPool.cpp35 m_BlockSize = size / blockCount; // 1 チャンネルあたりのバッファサイズ in Initialize()
47 m_BlockSize = 0; in Finalize()
71 return ut::AddOffsetToPtr( m_pBuffer, m_BlockSize * totalIndex ); in Alloc()
83 const unsigned long totalIndex = static_cast<unsigned long>( offset / m_BlockSize ); in Free()
/NW4C-1.2.23/include/nw/snd/
Dsnd_StreamBufferPool.h33 size_t GetBlockSize() const { return m_BlockSize; } in GetBlockSize()
41 size_t m_BlockSize; //< 1 ブロックあたりのバイト数 variable