Searched refs:p_stCtx (Results 1 – 1 of 1) sorted by relevance
3246 HVD_Unit_Ctx *p_stCtx = (HVD_Unit_Ctx*) malloc(sizeof(HVD_Unit_Ctx)); in HAL_HVD_EX_ExchangeCidx() local3247 if(p_stCtx == NULL) in HAL_HVD_EX_ExchangeCidx()3254 HVD_Unit_Ctx *p_stCtx = &stCtx; in HAL_HVD_EX_ExchangeCidx() local3257 …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()