Searched refs:strmBuffer (Results 1 – 3 of 3) sorted by relevance
111 void* strmBuffer, in Initialize() argument128 NW_NULL_ASSERT( strmBuffer ); in Initialize()129 NW_ALIGN32_ASSERT( strmBuffer ); in Initialize()132 reinterpret_cast<uptr>(strmBuffer), strmBufferSize ) ) in Initialize()145 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()
226 void* strmBuffer,