Home
last modified time | relevance | path

Searched refs:dataSize (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.c920 MS_BOOL bufferAllocateWrite(stHslController* const _hsl, const MS_U32 dataSize, stListNode** const … in bufferAllocateWrite() argument
981 … if( (_hsl->pSystemState->bufEnd - _hsl->pSystemState->bufWritePos) < (twDelta + dataSize) ) in bufferAllocateWrite()
995 while( u32freeSpace < twDelta + dataSize ) in bufferAllocateWrite()
1001 …if(u32freeSpace < twDelta + dataSize) // must check again due to small probability of a complete b… in bufferAllocateWrite()
1029 _hsl->pSystemState->bufReadLimit = _hsl->pSystemState->bufWritePos + dataSize; in bufferAllocateWrite()
1031 _hsl->pSystemState->bufWritePos += dataSize; in bufferAllocateWrite()
H A DapiHSL.c1470 MS_U32 dataSize; in KiTtiProcessSetsFilter() local
1508 dataSize = (signalData->numSets * sizeof(MS_U8 **)) + in KiTtiProcessSetsFilter()
1516 KiAllocMemory (dataSize, (void **) &kiTtiSetFilter); in KiTtiProcessSetsFilter()
1521 blankBase = &(((MS_U8 *)kiTtiSetFilter)[dataSize - KI_MAX_ONE_BASE_SIG_BITMAP]); in KiTtiProcessSetsFilter()
H A Dfrhsl_ringbuffer.h206 MS_BOOL bufferAllocateWrite(stHslController* const _hsl, const MS_U32 dataSize, stListNode** const …