Searched refs:m_pBufferAddress (Results 1 – 2 of 2) sorted by relevance
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()[all …]
58 void* m_pBufferAddress; // ストリームデータバッファ member