Searched refs:m_BlockCount (Results 1 – 2 of 2) sorted by relevance
34 m_BlockCount = blockCount; // 何チャンネル分か? (bcsar のストリームチャンネル数) in Initialize()40 NW_ASSERTMSG( m_BlockCount <= BLOCK_MAX, "Too large stream buffer size." ); in Initialize()48 m_BlockCount = 0; in Finalize()53 if ( m_AllocCount >= m_BlockCount ) return NULL; in Alloc()55 const int availableByte = ut::RoundUp( m_BlockCount, BIT_PER_BYTE ) / BIT_PER_BYTE; in Alloc()
43 int m_BlockCount; //< ブロック数 (最大ストリームチャンネル数と同じ数になる) variable