Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_venc.cpp88 VENC_RECV_PIC_PARAM_S stRecvParam; in TEST_VENC_Start() local
90 memset(&stRecvParam, 0, sizeof(VENC_RECV_PIC_PARAM_S)); in TEST_VENC_Start()
91 stRecvParam.s32RecvPicNum = -1; in TEST_VENC_Start()
97 s32Ret = RK_MPI_VENC_StartRecvFrame(vencCtx->VencChn, &stRecvParam); in TEST_VENC_Start()
137 VENC_RECV_PIC_PARAM_S stRecvParam; in TEST_VENC_SnapStart() local
139 memset(&stRecvParam, 0, sizeof(VENC_RECV_PIC_PARAM_S)); in TEST_VENC_SnapStart()
140 stRecvParam.s32RecvPicNum = vencCtx->s32RecvPicNum; in TEST_VENC_SnapStart()
142 s32Ret = RK_MPI_VENC_StartRecvFrame(vencCtx->VencChn, &stRecvParam); in TEST_VENC_SnapStart()
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_venc.cpp475 VENC_RECV_PIC_PARAM_S stRecvParam; in unit_test_mpi_venc() local
484 memset(&stRecvParam, 0, sizeof(VENC_RECV_PIC_PARAM_S)); in unit_test_mpi_venc()
526 memset(&stRecvParam, 0, sizeof(VENC_RECV_PIC_PARAM_S)); in unit_test_mpi_venc()
637 stRecvParam.s32RecvPicNum = ctx->s32SnapPicCount; in unit_test_mpi_venc()
638 RK_MPI_VENC_StartRecvFrame(u32Ch, &stRecvParam); in unit_test_mpi_venc()
H A Dtest_mpi_all.cpp493 VENC_RECV_PIC_PARAM_S stRecvParam; in create_venc() local
506 stRecvParam.s32RecvPicNum = -1; in create_venc()
508 RK_MPI_VENC_StartRecvFrame(0, &stRecvParam); in create_venc()
513 VENC_RECV_PIC_PARAM_S stRecvParam; in destory_venc() local
H A Dtest_mpi_avs.cpp75 VENC_RECV_PIC_PARAM_S stRecvParam; in create_venc() local
77 memset(&stRecvParam, 0, sizeof(VENC_RECV_PIC_PARAM_S)); in create_venc()
78 stRecvParam.s32RecvPicNum = -1; in create_venc()
88 s32Ret = RK_MPI_VENC_StartRecvFrame(ctx->VencChn, &stRecvParam); in create_venc()
H A Dtest_mpi_vi.cpp221 VENC_RECV_PIC_PARAM_S stRecvParam; in create_venc() local
223 stRecvParam.s32RecvPicNum = ctx->loopCountSet; in create_venc()
225 RK_MPI_VENC_StartRecvFrame(u32Ch, &stRecvParam); in create_venc()