Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_StreamSoundPlayer.cpp99 channel.m_pBufferAddress = NULL; in Initialize()
343 channelParam.dataAddress = channel->m_pBufferAddress; in Start()
355 channel->m_pBufferAddress in Start()
772 m_Channels[ currentChannel ].m_pBufferAddress, in LoadStreamData()
926 m_pBufferPool->Free( m_Channels[i].m_pBufferAddress ); in AllocStreamBuffers()
927 m_Channels[i].m_pBufferAddress = NULL; in AllocStreamBuffers()
932 m_Channels[ index ].m_pBufferAddress = strmBuffer; in AllocStreamBuffers()
951 if ( m_Channels[ index ].m_pBufferAddress == NULL ) continue; in FreeStreamBuffers()
953 m_pBufferPool->Free( m_Channels[index].m_pBufferAddress ); in FreeStreamBuffers()
954 m_Channels[ index ].m_pBufferAddress = NULL; in FreeStreamBuffers()
[all …]
/NW4C-1.3.3/include/nw/snd/
Dsnd_StreamTrack.h56 void* m_pBufferAddress; // ストリームデータバッファ member