Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_venc.cpp88 MB_POOL vencPoolOutput[VENC_MAX_CHN_NUM]; member
612 ctx->vencPoolOutput[u32Ch] = RK_MPI_MB_CreatePool(&stMbPoolCfg); in unit_test_mpi_venc()
613 if (ctx->vencPoolOutput[u32Ch] == MB_INVALID_POOLID) { in unit_test_mpi_venc()
618 s32Ret = RK_MPI_VENC_AttachMbPool(u32Ch, ctx->vencPoolOutput[u32Ch]); in unit_test_mpi_venc()
797 RK_MPI_MB_DestroyPool(ctx->vencPoolOutput[u32Ch]); in unit_test_mpi_venc()