Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_mod_vpss.cpp97 VIDEO_FRAME_INFO_S stChnFrameInfos[VPSS_MAX_CHN_NUM]; in TEST_VPSS_ModSingleTest() local
101 memset(stChnFrameInfos, 0, sizeof(VIDEO_FRAME_INFO_S) * VPSS_MAX_CHN_NUM); in TEST_VPSS_ModSingleTest()
114 s32Ret = TEST_VPSS_ModGetChnFrame(pstCtx, stChnFrameInfos); in TEST_VPSS_ModSingleTest()
121 pstCtx->dstFilePath, stChnFrameInfos[i].stVFrame.u32VirWidth, in TEST_VPSS_ModSingleTest()
122 stChnFrameInfos[i].stVFrame.u32VirHeight, pstCtx->s32GrpIndex, i); in TEST_VPSS_ModSingleTest()
123 s32Ret = TEST_COMM_FileWriteOneFrame(cWritePath, &(stChnFrameInfos[i])); in TEST_VPSS_ModSingleTest()
128 s32Ret = RK_MPI_VPSS_ReleaseChnFrame(pstCtx->s32GrpIndex, i, &(stChnFrameInfos[i])); in TEST_VPSS_ModSingleTest()