Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vi.cpp118 VIDEO_FRAME_INFO_S stViFrame; member
1098 s32Ret = RK_MPI_VI_GetChnFrame(ctx->pipeId, ctx->channelId, &ctx->stViFrame, waitTime); in test_vi_get_release_frame_loop()
1101 void *data = RK_MPI_MB_Handle2VirAddr(ctx->stViFrame.stVFrame.pMbBlk); in test_vi_get_release_frame_loop()
1104 ctx->stViFrame.stVFrame.u32TimeRef, ctx->stViFrame.stVFrame.u64PTS/1000, in test_vi_get_release_frame_loop()
1105 RK_MPI_MB_GetLength(ctx->stViFrame.stVFrame.pMbBlk)); in test_vi_get_release_frame_loop()
1120 nowUs - ctx->stViFrame.stVFrame.u64PTS); in test_vi_get_release_frame_loop()
1123 s32Ret = RK_MPI_VI_ReleaseChnFrame(ctx->pipeId, ctx->channelId, &ctx->stViFrame); in test_vi_get_release_frame_loop()
1265 &pstViCtx[i]->stViFrame, waitTime); in test_vi_muti_vi_loop()
1268 void *data = RK_MPI_MB_Handle2VirAddr(pstViCtx[i]->stViFrame.stVFrame.pMbBlk); in test_vi_muti_vi_loop()
1271 data, loopCount, pstViCtx[i]->stViFrame.stVFrame.u32TimeRef, in test_vi_muti_vi_loop()
[all …]