Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundArchivePlayer.cpp112 u32 strmBufferSize in Initialize() argument
127 if ( strmBufferSize > 0 ) { in Initialize()
132 reinterpret_cast<uptr>(strmBuffer), strmBufferSize ) ) in Initialize()
139 NW_ASSERT( strmBufferSize >= GetRequiredStreamBufferSize( arc ) ); in Initialize()
145 if ( ! SetupStreamBuffer( arc, strmBuffer, strmBufferSize ) ) { in Initialize()
Dsnd_StreamSoundPlayer.cpp844 const size_t strmBufferSize = m_pBufferPool->GetBlockSize(); // 1ch 分のバッファサイズ in SetupPlayer() local
866 m_BufferBlockCount = strmBufferSize / m_DataBlockSize; in SetupPlayer()
/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundArchivePlayer.h227 u32 strmBufferSize