Home
last modified time | relevance | path

Searched refs:m_pBufferAddress (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_StreamSoundPlayer.cpp101 channel.m_pBufferAddress = NULL; in Initialize()
354 channelParam.dataAddress = channel->m_pBufferAddress; in Start()
366 channel->m_pBufferAddress in Start()
819 m_Channels[ currentChannel ].m_pBufferAddress, in LoadStreamData()
973 m_pBufferPool->Free( m_Channels[i].m_pBufferAddress ); in AllocStreamBuffers()
974 m_Channels[i].m_pBufferAddress = NULL; in AllocStreamBuffers()
979 m_Channels[ index ].m_pBufferAddress = strmBuffer; in AllocStreamBuffers()
998 if ( m_Channels[ index ].m_pBufferAddress == NULL ) in FreeStreamBuffers()
1003 m_pBufferPool->Free( m_Channels[index].m_pBufferAddress ); in FreeStreamBuffers()
1004 m_Channels[ index ].m_pBufferAddress = NULL; in FreeStreamBuffers()
[all …]
/NW4C-2.0.3/include/nw/snd/
Dsnd_StreamTrack.h58 void* m_pBufferAddress; // ストリームデータバッファ member