Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_StreamBufferPool.cpp41 m_BlockCount = blockCount; in Initialize()
51 NW_ASSERTMSG( m_BlockCount <= BLOCK_MAX, "Too large stream buffer size." ); in Initialize()
59 m_BlockCount = 0; in Finalize()
64 if ( m_AllocCount >= m_BlockCount ) return NULL; in Alloc()
66 const int availableByte = ut::RoundUp( m_BlockCount, BIT_PER_BYTE ) / BIT_PER_BYTE; in Alloc()
/NW4C-2.0.3/include/nw/snd/
Dsnd_StreamBufferPool.h45 int m_BlockCount; //< ブロック数 (最大ストリームチャンネル数と同じ数になる) variable