Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_mpi_mb.h15 MB_POOL RK_MPI_MB_CreatePool(MB_POOL_CONFIG_S *pstMbPoolCfg);
16 RK_S32 RK_MPI_MB_DestroyPool(MB_POOL pool);
18 MB_BLK RK_MPI_MB_GetMB(MB_POOL pool, RK_U64 u64Size, RK_BOOL block);
24 MB_POOL RK_MPI_MB_Handle2PoolId(MB_BLK mb);
H A Drk_comm_mb.h44 typedef RK_U32 MB_POOL; typedef
H A Drk_mpi_vdec.h48 RK_S32 RK_MPI_VDEC_AttachMbPool(VDEC_CHN VdChn, MB_POOL hMbPool);
H A Drk_mpi_vpss.h78 RK_S32 RK_MPI_VPSS_AttachMbPool(VPSS_GRP VpssGrp, VPSS_CHN VpssChn, MB_POOL hVbPool);
H A Drk_mpi_vi.h49 RK_S32 RK_MPI_VI_AttachMbPool(VI_PIPE ViPipe, VI_CHN ViChn, MB_POOL hMbPool);
H A Drk_mpi_venc.h73 RK_S32 RK_MPI_VENC_AttachMbPool(VENC_CHN VeChn, MB_POOL hMbPool);
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_mb.cpp63 MB_POOL pool = RK_MPI_MB_CreatePool(&pstMbPoolCfg); in unit_test_mpi_mb()
87 MB_POOL poolId = RK_MPI_MB_Handle2PoolId(mb); in unit_test_mpi_mb()
H A Dtest_mpi_venc.cpp87 MB_POOL vencPoolInput;
88 MB_POOL vencPoolOutput[VENC_MAX_CHN_NUM];
265 MB_POOL pool = pstCtx->vencPoolInput; in venc_send_frame()
H A Dtest_mpi_vdec.cpp68 MB_POOL s32Pool;
H A Dtest_mpi_gdc.cpp106 MB_POOL inPool;
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_mod_vpss.h69 MB_POOL attachPool;
H A Dtest_comm_avs.h108 MB_POOL srcVFramePools[AVS_PIPE_NUM];
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_mod_vpss.cpp68 static MB_POOL TEST_VPSS_CreatePool(TEST_VPSS_CTX_S *pstCtx) { in TEST_VPSS_CreatePool()
H A Dtest_comm_venc.cpp47 MB_POOL pool;