Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_avs.cpp189 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()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_avs.h108 MB_POOL srcVFramePools[AVS_PIPE_NUM]; member