Home
last modified time | relevance | path

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

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