Home
last modified time | relevance | path

Searched refs:u16Id (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A DapiHSL.c304 #define M_FrHslMS_U8ArrayMsg(u16Id, hSL, parray) \ argument
325 …M_FrHslWriteVLMsgHeader(u16Id, u8Buffer+HSL_RAWLOB_OFFSET_OF_MSG_TYPE, s_dataInfo->u32timestamp); \
359 #define M_FrHslMS_U16ArrayMsg(u16Id, hSL, u16length, parray) \ argument
367 …M_FrHslWriteVLMsgHeader(u16Id, u8Buffer+HSL_RAWLOB_OFFSET_OF_MSG_TYPE, s_dataInfo->u32timestamp); \
397 #define M_FrHslMS_U32ArrayMsg(u16Id, hSL, u16length, parray, lASTwORDeMPTY) \ argument
412 M_FrHslWriteVLMsgHeader(u16Id, u8Buffer, s_dataInfo->u32timestamp); \
452 #define M_FrHslMS_U32ArrayMsg(u16Id, hSL, u16length, parray, lASTwORDeMPTY) \ argument
467 M_FrHslWriteVLMsgHeader(u16Id, u8Buffer, s_dataInfo->u32timestamp); \
514 #define M_FrHslTypedefMsg(u16Id, hSL, u16length, oddBytePresent, parray) … argument
522 …M_FrHslWriteVLMsgHeader(u16Id, u8Buffer+HSL_RAWLOB_OFFSET_OF_MSG_TYPE, s_dataInfo->u32timestamp); …
[all …]
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiHSL.h623 void M_FrHslString(const MS_U16 u16Id, const MS_U16 u16GId, const char* u8fmt, const void* pArray);
633 void M_FrHslArray16(const MS_U16 u16Id, const MS_U16 u16GId, const char* u8Fmt, const MS_U16 u16Len…
644 void M_FrHslArray32(const MS_U16 u16Id, const MS_U16 u16GId, const char* u8Fmt, const MS_U16 u16Len…
654 void FrHslTypedefCall(const MS_U16 u16Id, const MS_U16 u16GId, const MS_U16 u16Length, const void* …
656 #define M_FrHslTypedef(u16Id, u16GId, u8Fmt, type, pArray) … argument
658 …FrHslTypedefCall(u16Id, u16GId, sizeof(type)/sizeof(MS_U16) + sizeof(type)%sizeof(MS_U16), pArray,…
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiHSL.h623 void M_FrHslString(const MS_U16 u16Id, const MS_U16 u16GId, const char* u8fmt, const void* pArray);
633 void M_FrHslArray16(const MS_U16 u16Id, const MS_U16 u16GId, const char* u8Fmt, const MS_U16 u16Len…
644 void M_FrHslArray32(const MS_U16 u16Id, const MS_U16 u16GId, const char* u8Fmt, const MS_U16 u16Len…
654 void FrHslTypedefCall(const MS_U16 u16Id, const MS_U16 u16GId, const MS_U16 u16Length, const void* …
656 #define M_FrHslTypedef(u16Id, u16GId, u8Fmt, type, pArray) … argument
658 …FrHslTypedefCall(u16Id, u16GId, sizeof(type)/sizeof(MS_U16) + sizeof(type)%sizeof(MS_U16), pArray,…
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c1901 static void _VDEC_EX_Allocator_BlockReset(VDEC_EX_Allocator_Block *pstBlock, MS_U16 u16Id) in _VDEC_EX_Allocator_BlockReset() argument
1903 pstBlock->u16BlockId = u16Id; in _VDEC_EX_Allocator_BlockReset()
1939 MS_U16 u16Id; in _VDEC_EX_Allocator_BlockGetNewId() local
1941 for(u16Id = 0; u16Id < VDEC_EX_ALLOCAOTR_MAX_NUM_BLOCK; u16Id++) in _VDEC_EX_Allocator_BlockGetNewId()
1943 VDEC_EX_Allocator_Block *pstBlock = &(pstBlockPool[u16Id]); in _VDEC_EX_Allocator_BlockGetNewId()
1946 u16BlockIdNew = u16Id; in _VDEC_EX_Allocator_BlockGetNewId()
1947 _VDEC_EX_Allocator_BlockReset(pstBlock, u16Id); in _VDEC_EX_Allocator_BlockGetNewId()
2272 static void _VDEC_EX_Allocator_Reset(VDEC_EX_Allocator *pstAllocator, MS_U16 u16Id) in _VDEC_EX_Allocator_Reset() argument
2274 pstAllocator->u16AllocatorId = u16Id; in _VDEC_EX_Allocator_Reset()
2340 MS_U16 u16Id; in _VDEC_EX_Allocator_GetNewId() local
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c1062 unsigned int u16Id:16; member
1100 VPRINTF("YY %d:", darea->u16Id); in DbgDump()
2101 static void _VDEC_EX_Allocator_BlockReset(VDEC_EX_Allocator_Block *pstBlock, MS_U16 u16Id) in _VDEC_EX_Allocator_BlockReset() argument
2103 pstBlock->u16BlockId = u16Id; in _VDEC_EX_Allocator_BlockReset()
2139 MS_U16 u16Id; in _VDEC_EX_Allocator_BlockGetNewId() local
2141 for(u16Id = 0; u16Id < VDEC_EX_ALLOCAOTR_MAX_NUM_BLOCK; u16Id++) in _VDEC_EX_Allocator_BlockGetNewId()
2143 VDEC_EX_Allocator_Block *pstBlock = &(pstBlockPool[u16Id]); in _VDEC_EX_Allocator_BlockGetNewId()
2146 u16BlockIdNew = u16Id; in _VDEC_EX_Allocator_BlockGetNewId()
2147 _VDEC_EX_Allocator_BlockReset(pstBlock, u16Id); in _VDEC_EX_Allocator_BlockGetNewId()
2474 static void _VDEC_EX_Allocator_Reset(VDEC_EX_Allocator *pstAllocator, MS_U16 u16Id) in _VDEC_EX_Allocator_Reset() argument
[all …]
H A DapiVDEC_EX.c.01062 unsigned int u16Id:16;
1100 VPRINTF("YY %d:", darea->u16Id);
2101 static void _VDEC_EX_Allocator_BlockReset(VDEC_EX_Allocator_Block *pstBlock, MS_U16 u16Id)
2103 pstBlock->u16BlockId = u16Id;
2139 MS_U16 u16Id;
2141 for(u16Id = 0; u16Id < VDEC_EX_ALLOCAOTR_MAX_NUM_BLOCK; u16Id++)
2143 VDEC_EX_Allocator_Block *pstBlock = &(pstBlockPool[u16Id]);
2146 u16BlockIdNew = u16Id;
2147 _VDEC_EX_Allocator_BlockReset(pstBlock, u16Id);
2474 static void _VDEC_EX_Allocator_Reset(VDEC_EX_Allocator *pstAllocator, MS_U16 u16Id)
[all …]
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt13450 void M_FrHslString(const MS_U16 u16Id, const MS_U16 u16GId, const char* u8fmt, const void* pArray);
13452 void M_FrHslArray16(const MS_U16 u16Id, const MS_U16 u16GId, const char* u8Fmt, const MS_U16 u16Len…
13454 void M_FrHslArray32(const MS_U16 u16Id, const MS_U16 u16GId, const char* u8Fmt, const MS_U16 u16Len…
13456 void FrHslTypedefCall(const MS_U16 u16Id, const MS_U16 u16GId, const MS_U16 u16Length, const void* …
13458 #define M_FrHslTypedef(u16Id,u16GId,u8Fmt,type,pArray) \
13460 …FrHslTypedefCall(u16Id, u16GId, sizeof(type)/sizeof(MS_U16) + sizeof(type)%sizeof(MS_U16), pArray,…