Searched refs:txPos (Results 1 – 1 of 1) sorted by relevance
336 MS_U32 txPos; in bufferWriteThread() local375 txPos = _hsl->pSystemState->bufReadPos; in bufferWriteThread()441 if( (txPos + txSize) >= _hsl->pSystemState->bufUsedEnd ) in bufferWriteThread()443 txSize = _hsl->pSystemState->bufUsedEnd - txPos; in bufferWriteThread()452 memcpy(txBuffer+txBufPos, (MS_U8*)txPos, txSize); in bufferWriteThread()454 txPos += txSize; in bufferWriteThread()461 …if( (txPos >= _hsl->pSystemState->bufUsedEnd) && (_hsl->pSystemState->bufReadLimit < _hsl->pSystem… in bufferWriteThread()465 txPos = _hsl->pSystemState->bufStart; in bufferWriteThread()479 _hsl->pSystemState->bufReadPos = txPos; in bufferWriteThread()