Searched refs:strmBuffer (Results 1 – 3 of 3) sorted by relevance
122 void* strmBuffer, in Initialize() argument139 NW_NULL_ASSERT( strmBuffer ); in Initialize()140 NW_ALIGN32_ASSERT( strmBuffer ); in Initialize()143 reinterpret_cast<uptr>(strmBuffer), strmBufferSize ) ) in Initialize()159 if ( ! SetupStreamBuffer( arc, strmBuffer, strmBufferSize ) ) { in Initialize()
967 void* strmBuffer = m_pBufferPool->Alloc(); in AllocStreamBuffers() local968 if ( strmBuffer == NULL ) in AllocStreamBuffers()979 m_Channels[ index ].m_pBufferAddress = strmBuffer; in AllocStreamBuffers()
224 void* strmBuffer,