Searched refs:pstChnFrames (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_comm_avs.cpp | 472 VIDEO_FRAME_INFO_S **pstChnFrames; in TEST_AVS_UnitTest() local 476 pstChnFrames = reinterpret_cast<VIDEO_FRAME_INFO_S **>( in TEST_AVS_UnitTest() 483 … pstChnFrames[i] = reinterpret_cast<VIDEO_FRAME_INFO_S *>(malloc(sizeof(VIDEO_FRAME_INFO_S))); in TEST_AVS_UnitTest() 484 memset(pstChnFrames[i], 0, sizeof(VIDEO_FRAME_INFO_S)); in TEST_AVS_UnitTest() 503 s32Ret = TEST_AVS_ModGetChnFrame(pstCtx->s32GrpIndex, pstCtx->s32ChnNum, pstChnFrames); in TEST_AVS_UnitTest() 510 pstCtx->dstFilePath, pstChnFrames); in TEST_AVS_UnitTest() 516 s32Ret = TEST_AVS_ModReleaseChnFrame(pstCtx->s32GrpIndex, pstCtx->s32ChnNum, pstChnFrames); in TEST_AVS_UnitTest() 538 RK_SAFE_FREE(pstChnFrames[i]); in TEST_AVS_UnitTest() 541 RK_SAFE_FREE(pstChnFrames); in TEST_AVS_UnitTest()
|
| H A D | test_mod_vpss.cpp | 167 RK_S32 TEST_VPSS_UnitTest(TEST_VPSS_CTX_S *pstCtx, VIDEO_FRAME_INFO_S *pstChnFrames) { in TEST_VPSS_UnitTest() argument 178 s32Ret = TEST_VPSS_ModGetChnFrame(pstCtx, pstChnFrames); in TEST_VPSS_UnitTest()
|
| /OK3568_Linux_fs/external/rockit/mpi/example/include/ |
| H A D | test_mod_vpss.h | 79 RK_S32 TEST_VPSS_UnitTest(TEST_VPSS_CTX_S *pstCtx, VIDEO_FRAME_INFO_S *pstChnFrames);
|