Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c4084 VDEC_EX_Allocator_Criterion stCriterion; in _VDEC_EX_NdecAllocator_GetMainBlock() local
4115 stCriterion.u32CheckItem = in _VDEC_EX_NdecAllocator_GetMainBlock()
4118 stCriterion.phyAddr = phyMainBlockAddr; in _VDEC_EX_NdecAllocator_GetMainBlock()
4119 stCriterion.szSize = szMainBlockSize; in _VDEC_EX_NdecAllocator_GetMainBlock()
4120 stCriterion.u32Alignment = 0; in _VDEC_EX_NdecAllocator_GetMainBlock()
4123 (unsigned long long int)stCriterion.phyAddr, (unsigned int)stCriterion.szSize); in _VDEC_EX_NdecAllocator_GetMainBlock()
4127 u16BlockIdMain = _VDEC_EX_Allocator_MallocStart(pstAllocatorMain, &stCriterion); in _VDEC_EX_NdecAllocator_GetMainBlock()
4197 VDEC_EX_Allocator_Criterion stCriterion; in _VDEC_EX_NdecAllocator_GetSubBlock() local
4220 _VDEC_Memset(&stCriterion, 0, sizeof(VDEC_EX_Allocator_Criterion)); in _VDEC_EX_NdecAllocator_GetSubBlock()
4227 stCriterion.u32CheckItem = in _VDEC_EX_NdecAllocator_GetSubBlock()
[all …]
H A DapiVDEC_EX.c.04082 VDEC_EX_Allocator_Criterion stCriterion;
4113 stCriterion.u32CheckItem =
4116 stCriterion.phyAddr = phyMainBlockAddr;
4117 stCriterion.szSize = szMainBlockSize;
4118 stCriterion.u32Alignment = 0;
4120 …ALLOCATOR_PRINTF_DBG("[ALLOC][DBG][%s][%d] stCriterion.phyAddr=0x%llx, szSize=0x%x\n", __FUNCTION_…
4121 (unsigned long long int)stCriterion.phyAddr, (unsigned int)stCriterion.szSize);
4125 u16BlockIdMain = _VDEC_EX_Allocator_MallocStart(pstAllocatorMain, &stCriterion);
4195 VDEC_EX_Allocator_Criterion stCriterion;
4218 _VDEC_Memset(&stCriterion, 0, sizeof(VDEC_EX_Allocator_Criterion));
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c3287 VDEC_EX_Allocator_Criterion stCriterion; in _VDEC_EX_NdecAllocator_GetMainBlock() local
3376 stCriterion.u32CheckItem = in _VDEC_EX_NdecAllocator_GetMainBlock()
3379 stCriterion.phyAddr = phyMainBlockAddr; in _VDEC_EX_NdecAllocator_GetMainBlock()
3380 stCriterion.szSize = szMainBlockSize; in _VDEC_EX_NdecAllocator_GetMainBlock()
3381 stCriterion.u32Alignment = 0; in _VDEC_EX_NdecAllocator_GetMainBlock()
3383 …ion.phyAddr=0x%llx, szSize=0x%x\n", __FUNCTION__, __LINE__, stCriterion.phyAddr, stCriterion.szSiz… in _VDEC_EX_NdecAllocator_GetMainBlock()
3387 u16BlockIdMain = _VDEC_EX_Allocator_MallocStart(pstAllocatorMain, &stCriterion); in _VDEC_EX_NdecAllocator_GetMainBlock()
3479 VDEC_EX_Allocator_Criterion stCriterion; in _VDEC_EX_NdecAllocator_GetSubBlock() local
3481 _VDEC_Memset(&stCriterion, 0, sizeof(VDEC_EX_Allocator_Criterion)); in _VDEC_EX_NdecAllocator_GetSubBlock()
3485 stCriterion.u32CheckItem = in _VDEC_EX_NdecAllocator_GetSubBlock()
[all …]