Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_lite/hal/kano/hvd_lite/
H A DhalHVD_EX.c3246 HVD_Unit_Ctx *p_stCtx = (HVD_Unit_Ctx*) malloc(sizeof(HVD_Unit_Ctx)); in HAL_HVD_EX_ExchangeCidx() local
3247 if(p_stCtx == NULL) in HAL_HVD_EX_ExchangeCidx()
3254 HVD_Unit_Ctx *p_stCtx = &stCtx; in HAL_HVD_EX_ExchangeCidx() local
3257 …HVD_memcpy((volatile void *) p_stCtx , (void *) (&pHVDHalContext->_stCtx[0]), … in HAL_HVD_EX_ExchangeCidx()
3259 …HVD_memcpy((volatile void *) (&pHVDHalContext->_stCtx[1]), (void *) p_stCtx, … in HAL_HVD_EX_ExchangeCidx()
3266 free((void*)p_stCtx); in HAL_HVD_EX_ExchangeCidx()