Searched refs:m_BlockCount (Results 1 – 2 of 2) sorted by relevance
41 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()
45 int m_BlockCount; //< ブロック数 (最大ストリームチャンネル数と同じ数になる) variable