Searched refs:pstBlockMatch (Results 1 – 3 of 3) sorted by relevance
2698 VDEC_EX_Allocator_Block *pstBlockMatch = NULL; in _VDEC_EX_Allocator_Assign() local2708 pstBlockMatch = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdMatch); in _VDEC_EX_Allocator_Assign()2714 phyAssignStartAddr = pstBlockMatch->stBlockInfo.phyAddr; in _VDEC_EX_Allocator_Assign()2718 pstBlockMatch->stBlockInfo.u16Allocated == 1 || in _VDEC_EX_Allocator_Assign()2719 pstBlockMatch->stBlockInfo.szSize == 0) in _VDEC_EX_Allocator_Assign()2723 … szAssignSize, pstBlockMatch->stBlockInfo.u16Allocated, pstBlockMatch->stBlockInfo.szSize); in _VDEC_EX_Allocator_Assign()2728 if((phyAssignStartAddr < pstBlockMatch->stBlockInfo.phyAddr) || in _VDEC_EX_Allocator_Assign()2729 … (phyAssignEndAddr > (pstBlockMatch->stBlockInfo.phyAddr + pstBlockMatch->stBlockInfo.szSize))) in _VDEC_EX_Allocator_Assign()2735 pstBlockMatch->stBlockInfo.phyAddr, pstBlockMatch->stBlockInfo.szSize); in _VDEC_EX_Allocator_Assign()2739 if(phyAssignStartAddr > pstBlockMatch->stBlockInfo.phyAddr) in _VDEC_EX_Allocator_Assign()[all …]
2915 VDEC_EX_Allocator_Block *pstBlockMatch = NULL; in _VDEC_EX_Allocator_Assign() local2926 pstBlockMatch = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdMatch); in _VDEC_EX_Allocator_Assign()2934 phyAssignStartAddr = pstBlockMatch->stBlockInfo.phyAddr; in _VDEC_EX_Allocator_Assign()2937 phyAssignStartAddr += pstBlockMatch->stBlockInfo.szSize; in _VDEC_EX_Allocator_Assign()2943 pstBlockMatch->stBlockInfo.u16Allocated == 1 || in _VDEC_EX_Allocator_Assign()2944 pstBlockMatch->stBlockInfo.szSize == 0) in _VDEC_EX_Allocator_Assign()2948 …(unsigned int)szAssignSize, (unsigned int)pstBlockMatch->stBlockInfo.u16Allocated, (unsigned int)p… in _VDEC_EX_Allocator_Assign()2953 if((phyAssignStartAddr < pstBlockMatch->stBlockInfo.phyAddr) || in _VDEC_EX_Allocator_Assign()2954 … (phyAssignEndAddr > (pstBlockMatch->stBlockInfo.phyAddr + pstBlockMatch->stBlockInfo.szSize))) in _VDEC_EX_Allocator_Assign()2960 …(unsigned long long int)pstBlockMatch->stBlockInfo.phyAddr, (unsigned int)pstBlockMatch->stBlockIn… in _VDEC_EX_Allocator_Assign()[all …]
2915 VDEC_EX_Allocator_Block *pstBlockMatch = NULL;2926 pstBlockMatch = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdMatch);2934 phyAssignStartAddr = pstBlockMatch->stBlockInfo.phyAddr;2937 phyAssignStartAddr += pstBlockMatch->stBlockInfo.szSize;2943 pstBlockMatch->stBlockInfo.u16Allocated == 1 ||2944 pstBlockMatch->stBlockInfo.szSize == 0)2948 …(unsigned int)szAssignSize, (unsigned int)pstBlockMatch->stBlockInfo.u16Allocated, (unsigned int)p…2953 if((phyAssignStartAddr < pstBlockMatch->stBlockInfo.phyAddr) ||2954 … (phyAssignEndAddr > (pstBlockMatch->stBlockInfo.phyAddr + pstBlockMatch->stBlockInfo.szSize)))2960 …(unsigned long long int)pstBlockMatch->stBlockInfo.phyAddr, (unsigned int)pstBlockMatch->stBlockIn…[all …]