Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_vgs.cpp51 if (pstCtx->dstFileName != RK_NULL) { in TEST_VGS_Save_DstFrame()
52 FILE *fp = fopen(pstCtx->dstFileName, "wb+"); in TEST_VGS_Save_DstFrame()
54 RK_LOGE("fopen %s failed, error: %s", pstCtx->dstFileName, strerror(errno)); in TEST_VGS_Save_DstFrame()
H A Dtest_comm_tde.cpp51 if (pstCtx->dstFileName != RK_NULL) { in TEST_TDE_Save_DstFrame()
52 FILE *fp = fopen(pstCtx->dstFileName, "wb+"); in TEST_TDE_Save_DstFrame()
54 RK_LOGE("fopen %s failed, error: %s", pstCtx->dstFileName, strerror(errno)); in TEST_TDE_Save_DstFrame()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_vgs.h40 const char *dstFileName; member
H A Dtest_comm_tde.h40 const char *dstFileName; member
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vi.cpp68 RK_CHAR dstFileName[128]; member
1323 …("enc0 output file path : /%s/%s\n", ctx->stVencCfg[0].dstFilePath, ctx->stVencCfg[0].dstFileName); in mpi_vi_test_show_options()
1324 …("enc1 output file path : /%s/%s\n", ctx->stVencCfg[1].dstFilePath, ctx->stVencCfg[1].dstFileName); in mpi_vi_test_show_options()
1474 snprintf(ctx->stVencCfg[i].dstFileName, sizeof(ctx->stVencCfg[i].dstFileName), in main()
1477 ctx->stVencCfg[i].dstFilePath, ctx->stVencCfg[i].dstFileName); in main()