Searched refs:srcVFramePools (Results 1 – 2 of 2) sorted by relevance
189 pstCtx->srcVFramePools[AvsPipe] = RK_MPI_MB_CreatePool(&stMbPoolCfg); in TEST_AVS_ModCreateFramePool()198 if (MB_INVALID_POOLID != pstCtx->srcVFramePools[AvsPipe]) { in TEST_AVS_ModDestroyFramePool()199 RK_MPI_MB_DestroyPool(pstCtx->srcVFramePools[AvsPipe]); in TEST_AVS_ModDestroyFramePool()231 if (MB_INVALID_POOLID == pstCtx->srcVFramePools[AvsPipe]) { in TEST_AVS_ModGetFrameFromPool()233 pstCtx->s32GrpIndex, AvsPipe, pstCtx->srcVFramePools[AvsPipe]); in TEST_AVS_ModGetFrameFromPool()236 blk = RK_MPI_MB_GetMB(pstCtx->srcVFramePools[AvsPipe], u32BufferSize, RK_TRUE); in TEST_AVS_ModGetFrameFromPool()
108 MB_POOL srcVFramePools[AVS_PIPE_NUM]; member