Searched refs:dstFileName (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_comm_vgs.cpp | 51 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 D | test_comm_tde.cpp | 51 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 D | test_comm_vgs.h | 40 const char *dstFileName; member
|
| H A D | test_comm_tde.h | 40 const char *dstFileName; member
|
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_vi.cpp | 68 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()
|