Searched refs:frameOut (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_comm_vpss.cpp | 223 VIDEO_FRAME_INFO_S frameOut = {0}; in TEST_VPSS_Proc() local 279 s32Ret = RK_MPI_VPSS_GetChnFrame(pstCtx->VpssGrp, i, &frameOut, -1); in TEST_VPSS_Proc() 283 …RK_LOGI("get chn[%d] frame %p length %d", i, frameOut.stVFrame.pMbBlk, stMbPicCalResult.u32MBSize); in TEST_VPSS_Proc() 285 RK_MPI_SYS_MmzFlushCache(frameOut.stVFrame.pMbBlk, RK_TRUE); in TEST_VPSS_Proc() 286 fwrite(RK_MPI_MB_Handle2VirAddr(frameOut.stVFrame.pMbBlk), in TEST_VPSS_Proc() 290 RK_MPI_VPSS_ReleaseChnFrame(pstCtx->VpssGrp, i, &frameOut); in TEST_VPSS_Proc()
|