Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_avs.cpp212 RK_CHAR cWritePath[MAX_FILE_PATH_LEN] = {0}; in TEST_AVS_ModGetFrameFromPool() local
251 snprintf(cWritePath, sizeof(cWritePath), in TEST_AVS_ModGetFrameFromPool()
256 snprintf(cWritePath, sizeof(cWritePath), in TEST_AVS_ModGetFrameFromPool()
262 s32Ret = TEST_COMM_FileReadOneFrame(cWritePath, pstVideoFrames[AvsPipe]); in TEST_AVS_ModGetFrameFromPool()
266 pstVideoFrames[AvsPipe], cWritePath, s32Ret); in TEST_AVS_ModGetFrameFromPool()
269 pstCtx->s32GrpIndex, AvsPipe, pstVideoFrames[AvsPipe], cWritePath); in TEST_AVS_ModGetFrameFromPool()
316 RK_CHAR cWritePath[MAX_FILE_PATH_LEN] = {0}; in TEST_AVS_ModCreateFrame() local
334 snprintf(cWritePath, sizeof(cWritePath), in TEST_AVS_ModCreateFrame()
339 snprintf(cWritePath, sizeof(cWritePath), in TEST_AVS_ModCreateFrame()
345 pstCtx->s32GrpIndex, AvsPipe, pstVideoFrames[AvsPipe], cWritePath); in TEST_AVS_ModCreateFrame()
[all …]
H A Dtest_mod_vpss.cpp99 char cWritePath[128] = {0}; in TEST_VPSS_ModSingleTest() local
120 snprintf(cWritePath, sizeof(cWritePath), "%schn_out_%dx%d_%d_%d.bin", in TEST_VPSS_ModSingleTest()
123 s32Ret = TEST_COMM_FileWriteOneFrame(cWritePath, &(stChnFrameInfos[i])); in TEST_VPSS_ModSingleTest()