Home
last modified time | relevance | path

Searched refs:bufSegmentSize (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.c725 … _hsl->pSystemState->bufSegmentSize = _hsl->pSystemState->bufSize / BUFFER_SEGMENTS_COUNT + 1; in initBufferMemory()
879 …hsl->pSystemState->bufReadPos - _hsl->pSystemState->bufStart) / _hsl->pSystemState->bufSegmentSize; in bufferDumpOldestDataSegment()
1034 …->bufWritePos >= _hsl->pSystemState->bufStart + (_hsl->pSystemState->bufSegmentSize * (_hsl->pSyst… in bufferAllocateWrite()
H A Dfrhsl_cfg.h205 MS_U32 bufSegmentSize; member