Searched refs:strmBuffer (Results 1 – 3 of 3) sorted by relevance
120 void* strmBuffer, in Initialize() argument137 NW_NULL_ASSERT( strmBuffer ); in Initialize()138 NW_ALIGN32_ASSERT( strmBuffer ); in Initialize()141 reinterpret_cast<uptr>(strmBuffer), strmBufferSize ) ) in Initialize()157 if ( ! SetupStreamBuffer( arc, strmBuffer, strmBufferSize ) ) { in Initialize()
920 void* strmBuffer = m_pBufferPool->Alloc(); in AllocStreamBuffers() local921 if ( strmBuffer == NULL ) in AllocStreamBuffers()932 m_Channels[ index ].m_pBufferAddress = strmBuffer; in AllocStreamBuffers()
222 void* strmBuffer,