Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c961 MS_BOOL bCMAInitPool[2] = {0,0}; // each process should all init CMA variable
3297 if(bCMAInitPool[eCMAPoolSelect] == FALSE) in _VDEC_EX_NdecAllocator_CMAInit()
3325 bCMAInitPool[eCMAPoolSelect] = TRUE; in _VDEC_EX_NdecAllocator_CMAInit()
3339 if(bCMAInitPool[eCMAPoolSelect] == FALSE) in _VDEC_EX_NdecAllocator_CMAAlloc()
3394 …if(bCMAInitPool[eCMAPoolSelect] == FALSE && pVdecExContext->bCMAInitPoolVdecCtx[eCMAPoolSelect] ==… in _VDEC_EX_NdecAllocator_CMAFree()
5199 if (pVdecExContext->bCMAUsed && bCMAInitPool[u8MIUIdx]) in _VDEC_EX_AllocateCMAActionCallBack()
10480 if(bCMAInitPool[0] == TRUE) in _MApi_VDEC_EX_ReturnCMABuffer()
10483 bCMAInitPool[0] = FALSE; in _MApi_VDEC_EX_ReturnCMABuffer()
10486 if(bCMAInitPool[1] == TRUE) in _MApi_VDEC_EX_ReturnCMABuffer()
10489 bCMAInitPool[1] = FALSE; in _MApi_VDEC_EX_ReturnCMABuffer()
[all …]
H A DapiVDEC_EX.c.0961 MS_BOOL bCMAInitPool[2] = {0,0}; // each process should all init CMA
3297 if(bCMAInitPool[eCMAPoolSelect] == FALSE)
3325 bCMAInitPool[eCMAPoolSelect] = TRUE;
3339 if(bCMAInitPool[eCMAPoolSelect] == FALSE)
3341 …ALLOCATOR_PRINTF_ERR("[ALLOC][ERR][%s][%d] bCMAInitPool[%d] == FALSE\n", __FUNCTION__, __LINE__, e…
3394 …if(bCMAInitPool[eCMAPoolSelect] == FALSE && pVdecExContext->bCMAInitPoolVdecCtx[eCMAPoolSelect] ==…
3396 …ALLOCATOR_PRINTF_ERR("[ALLOC][ERR][%s][%d] bCMAInitPool[%d] == FALSE\n", __FUNCTION__, __LINE__, e…
5195 if (pVdecExContext->bCMAUsed && bCMAInitPool[u8MIUIdx])
10475 …033[1;36m[%s] %d bCMAInitPool[0] = %d pVdecExContext->cmaInitParam[0].pool_handle_id = %d\033[m\n…
10476 if(bCMAInitPool[0] == TRUE)
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c903 MS_BOOL bCMAInitPool[2] = {0,0}; // each process should all init CMA variable
3107 bCMAInitPool[eCMAPoolSelect] = TRUE; in _VDEC_EX_NdecAllocator_CMAInit()
3143 if(bCMAInitPool[eCMAPoolSelect] == FALSE) in _VDEC_EX_NdecAllocator_CMAAlloc()
3194 if(bCMAInitPool[eCMAPoolSelect] == FALSE) in _VDEC_EX_NdecAllocator_CMAFree()
8599 bCMAInitPool[0] = TRUE; in _VDEC_Init_Share_Mem()
8618 bCMAInitPool[1] = TRUE; in _VDEC_Init_Share_Mem()
11430 … if ((u32FrameBufAddr == 0) && pVdecExContext->bCMAUsed && bCMAInitPool[0] && (u8Idx == 0)) in _MApi_VDEC_EX_V2_MHEG_DecodeIFrame()
20311 bCMAInitPool[0] = TRUE; in MApi_VDEC_EX_V2_Init()
20340 bCMAInitPool[1] = TRUE; in MApi_VDEC_EX_V2_Init()
20382 …if (pVdecExContext->bCMAUsed && bCMAInitPool[0] && u8Idx == 0 && (pVdecExContext->_power_state[u8I… in MApi_VDEC_EX_V2_Init()
[all …]