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