Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_mod_vpss.cpp242 pstCtx->attachPool = TEST_VPSS_CreatePool(pstCtx); in TEST_VPSS_ModInit()
243 if (pstCtx->attachPool == MB_INVALID_POOLID) { in TEST_VPSS_ModInit()
247 s32Ret = RK_MPI_VPSS_AttachMbPool(pstCtx->s32GrpIndex, chnIndex, pstCtx->attachPool); in TEST_VPSS_ModInit()
265 RK_MPI_MB_DestroyPool(pstCtx->attachPool); in TEST_VPSS_ModInit()
283 RK_MPI_MB_DestroyPool(pstCtx->attachPool); in TEST_VPSS_ModDeInit()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_mod_vpss.h69 MB_POOL attachPool; member