Lines Matching refs:m_pBufferAddress
99 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()
1444 voice->SetLoopStart( channelIndex, channel->m_pBufferAddress, loopStartSamples ); in UpdateLoopAddress()
1445 voice->SetLoopEnd( channelIndex, channel->m_pBufferAddress, loopEndSamples ); in UpdateLoopAddress()
1621 channel->m_pBufferAddress, in SetLoopEndToZeroBuffer()
1698 task->m_BufferAddress[ch] = m_Channels[ ch ].m_pBufferAddress; in UpdateLoadingBlockIndex()