Searched refs:dataSize (Results 1 – 3 of 3) sorted by relevance
920 MS_BOOL bufferAllocateWrite(stHslController* const _hsl, const MS_U32 dataSize, stListNode** const … in bufferAllocateWrite() argument981 … 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()
1470 MS_U32 dataSize; in KiTtiProcessSetsFilter() local1508 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()
206 MS_BOOL bufferAllocateWrite(stHslController* const _hsl, const MS_U32 dataSize, stListNode** const …