Lines Matching refs:m_pBufferAddress
101 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()
1530 voice->SetLoopStart( channelIndex, channel->m_pBufferAddress, loopStartSamples ); in UpdateLoopAddress()
1531 voice->SetLoopEnd( channelIndex, channel->m_pBufferAddress, loopEndSamples ); in UpdateLoopAddress()
1722 channel->m_pBufferAddress, in SetLoopEndToZeroBuffer()
1799 task->m_BufferAddress[ch] = m_Channels[ ch ].m_pBufferAddress; in UpdateLoadingBlockIndex()