Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_venc.cpp181 if (vencCtx->pSaveStreamPath != RK_NULL) { in TEST_VENC_SnapProcess()
182 fp = fopen(vencCtx->pSaveStreamPath, "wb"); in TEST_VENC_SnapProcess()
184 RK_LOGE("can't open file %s!", vencCtx->pSaveStreamPath); in TEST_VENC_SnapProcess()
262 if (vencCtx->pSaveStreamPath != RK_NULL) { in TEST_VENC_StartGetStream()
263 gGSThread[vencCtx->VencChn].fp = fopen(vencCtx->pSaveStreamPath, "wb"); in TEST_VENC_StartGetStream()
265 RK_LOGE("can't open file %s!", vencCtx->pSaveStreamPath); in TEST_VENC_StartGetStream()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_venc.h39 const char *pSaveStreamPath; member
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_rgn.cpp604 stVencCtx.pSaveStreamPath = pstRgnCtx->dstSaveFileName; in unit_test_mpi_rgn_venc()