Home
last modified time | relevance | path

Searched refs:GetBlockSize (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_StreamBufferPool.h35 size_t GetBlockSize() const { return m_BlockSize; } in GetBlockSize() function
Dsnd_Util.h268 NW_INLINE u32 GetBlockSize( u16 typeId ) const in GetBlockSize() function
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_StreamSoundPlayer.cpp891 const size_t strmBufferSize = m_pBufferPool->GetBlockSize(); // 1ch 分のバッファサイズ in SetupPlayer()