Home
last modified time | relevance | path

Searched refs:MfeDrvMemMalloc (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dmfe_reg_264e.c292 pInfo->dpb = MfeDrvMemMalloc(sizeof(DPB_ITEM)*pInfo->dpb_size, (const MS_S8*)("dpb")); in mfeH264_Init()
299 …pInfo->BufPool.addr = (MEMMAP_t**)MfeDrvMemMalloc(sizeof(MEMMAP_t*)*(pInfo->BufPool.FrameBufPoolSi… in mfeH264_Init()
300 …pInfo->BufPool.available = MfeDrvMemMalloc(sizeof(MS_S32)*pInfo->BufPool.FrameBufPoolSize, (const … in mfeH264_Init()
304 …pInfo->BufPool.addr[i] = (MEMMAP_t*)MfeDrvMemMalloc(sizeof(MEMMAP_t) * 2, (const MS_S8*)("BufPool.… in mfeH264_Init()
H A Dmfe_common.c632 …ctx->pHwMbMap = MfeDrvMemMalloc(sizeof(HW_MB_MAP)*ctx->nTotalMb, (const MS_S8*)("pHwMbMap"));//pCo… in IntraUpdateInit()
633 …ctx->pSwMbMap = MfeDrvMemMalloc(sizeof(SW_MB_MAP)*ctx->nTotalMb, (const MS_S8*)("pSwMbMap"));//pCo… in IntraUpdateInit()
844 void* MfeDrvMemMalloc(MS_SIZE size,const MS_S8* msg) in MfeDrvMemMalloc() function
H A Dparset.c128 …pConfig->active_sps = MfeDrvMemMalloc(sizeof(seq_parameter_set_rbsp_t), (const MS_S8*)("active_sps… in MallocSPSPPSBuf()
138 …pConfig->active_pps = MfeDrvMemMalloc(sizeof(pic_parameter_set_rbsp_t), (const MS_S8*)("active_pps… in MallocSPSPPSBuf()
H A Dmfe_common.h547 void* MfeDrvMemMalloc(MS_SIZE size,const MS_S8* msg);
H A DmsRateCtrl.c293 …ct->m_BitrateGauge = MfeDrvMemMalloc(ct->m_nTargetFrameRateInt * sizeof(MS_S32), (const MS_S8*)("m… in cvbr_InitRateControl()
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dmadp_mfe.c787 …appPVR_Info->mfe_drvHandle = (void*)MfeDrvMemMalloc(sizeof(MFE_CONFIG), (const MS_S8*)"mfe_drvHand… in _MApi_MFE_Init()