Home
last modified time | relevance | path

Searched refs:dstFilePath (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_adec.cpp31 const char *dstFilePath; member
206 if (params->dstFilePath) { in receive_data_thread()
207 file = fopen(params->dstFilePath, "wb+"); in receive_data_thread()
209 … RK_LOGE("failed to open output file %s, error: %s.", params->dstFilePath, strerror(errno)); in receive_data_thread()
314 RK_PRINT("output file name : %s\n", ctx->dstFilePath); in mpi_adec_test_show_options()
334 ctx->dstFilePath = RK_NULL; in main()
352 OPT_STRING('o', "output", &(ctx->dstFilePath), in main()
H A Dtest_mpi_aenc.cpp34 const char *dstFilePath; member
220 if (params->dstFilePath) { in receive_stream_thread()
221 file = fopen(params->dstFilePath, "wb+"); in receive_stream_thread()
223 … RK_LOGE("failed to open output file %s, error: %s.", params->dstFilePath, strerror(errno)); in receive_stream_thread()
309 RK_PRINT("output file name : %s\n", ctx->dstFilePath); in mpi_aenc_test_show_options()
327 ctx->dstFilePath = RK_NULL; in main()
347 OPT_STRING('o', "output", &(ctx->dstFilePath), in main()
H A Dtest_mpi_ai.cpp38 const char *dstFilePath; member
211 if (params->dstFilePath) { in sendDataThread()
215 snprintf(save.aFilePath, sizeof(save.aFilePath), "%s", params->dstFilePath); in sendDataThread()
271 RK_PRINT("output file name : %s\n", ctx->dstFilePath); in mpi_ai_test_show_options()
299 ctx->dstFilePath = RK_NULL; in main()
320 OPT_STRING('o', "output", &(ctx->dstFilePath), in main()
H A Dtest_mpi_vpss.cpp36 RK_PRINT("output file name : %s\n", ctx->dstFilePath); in mpi_vpss_test_show_options()
69 ctx.dstFilePath = RK_NULL; in main()
94 OPT_STRING('o', "output", &(ctx.dstFilePath), in main()
H A Dtest_mpi_ao.cpp37 const char *dstFilePath; member
343 if (params->dstFilePath) { in commandThread()
347 snprintf(saveFile.aFilePath, sizeof(saveFile.aFilePath), "%s", params->dstFilePath); in commandThread()
443 RK_PRINT("output file name : %s\n", ctx->dstFilePath); in mpi_ao_test_show_options()
479 ctx->dstFilePath = RK_NULL; in main()
519 OPT_STRING('o', "output", &(ctx->dstFilePath), in main()
H A Dtest_mpi_vdec.cpp49 const char *dstFilePath; member
344 if (ctx->dstFilePath != RK_NULL) { in mpi_get_pic()
345 mkdir(ctx->dstFilePath, 0777); in mpi_get_pic()
346 snprintf(name, sizeof(name), "%stest_%d.bin", ctx->dstFilePath, ctx->u32ChnIndex); in mpi_get_pic()
648 RK_PRINT("output path : %s\n", ctx->dstFilePath); in mpi_vdec_test_show_options()
690 OPT_STRING('o', "output", &(ctx.dstFilePath), in main()
H A Dtest_mpi_tde.cpp50 const char *dstFilePath; member
101 ctx->dstFilePath, test_tde_str_op(ctx->s32Operation), in test_tde_save_result()
480 RK_PRINT("output file name : %s\n", ctx->dstFilePath); in mpi_tde_test_show_options()
504 ctx.dstFilePath = RK_NULL; in main()
537 OPT_STRING('o', "output", &(ctx.dstFilePath), in main()
H A Dtest_mpi_venc.cpp43 const char *dstFilePath; member
186 if (pstCtx->dstFilePath != RK_NULL) { in venc_get_stream()
187 mkdir(pstCtx->dstFilePath, 0777); in venc_get_stream()
190 pstCtx->dstFilePath, pstCtx->u32ChnIndex); in venc_get_stream()
205 if (pstCtx->dstFilePath != RK_NULL) { in venc_get_stream()
812 RK_PRINT("output file name : %s\n", ctx->dstFilePath); in mpi_venc_test_show_options()
873 OPT_STRING('o', "output", &(ctx.dstFilePath), in main()
H A Dtest_mpi_vgs.cpp56 const char *dstFilePath; member
526 const char *dstFilePath = ctx->dstFilePath; in unit_test_vgs_output_one_task() local
540 if (dstFilePath) { in unit_test_vgs_output_one_task()
544 dstFilePath, in unit_test_vgs_output_one_task()
972 RK_PRINT("output file name : %s\n", ctx->dstFilePath); in mpi_vgs_test_show_options()
1005 ctx.dstFilePath = RK_NULL; in main()
1023 OPT_STRING('o', "output", &(ctx.dstFilePath), in main()
H A Dtest_mpi_vi.cpp67 RK_CHAR dstFilePath[128]; member
75 const char *dstFilePath; member
1323 …RK_PRINT("enc0 output file path : /%s/%s\n", ctx->stVencCfg[0].dstFilePath, ctx->stVencCfg[0].dstF… in mpi_vi_test_show_options()
1324 …RK_PRINT("enc1 output file path : /%s/%s\n", ctx->stVencCfg[1].dstFilePath, ctx->stVencCfg[1].dstF… in mpi_vi_test_show_options()
1473 memcpy(&ctx->stVencCfg[i].dstFilePath, "data", strlen("data")); in main()
1477 ctx->stVencCfg[i].dstFilePath, ctx->stVencCfg[i].dstFileName); in main()
H A Dtest_mpi_avs.cpp707 RK_PRINT("output file path : %s\n", ctx->dstFilePath); in mpi_avs_test_show_options()
754 ctx.dstFilePath = RK_NULL; in main()
780 OPT_STRING('o', "output", &(ctx.dstFilePath), in main()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_avs.h64 const RK_CHAR *dstFilePath; member
136 const RK_CHAR *dstFilePath,
H A Dtest_mod_vpss.h31 const char *dstFilePath; member
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_mod_vpss.cpp119 if (pstCtx->dstFilePath) { in TEST_VPSS_ModSingleTest()
121 pstCtx->dstFilePath, stChnFrameInfos[i].stVFrame.u32VirWidth, in TEST_VPSS_ModSingleTest()
H A Dtest_comm_avs.cpp423 const RK_CHAR *dstFilePath, in TEST_AVS_ModSaveChnFrame() argument
435 dstFilePath, pstVideoFrames[AvsChn]->stVFrame.u32Width, in TEST_AVS_ModSaveChnFrame()
508 if (pstCtx->dstFilePath != RK_NULL) { in TEST_AVS_UnitTest()
510 pstCtx->dstFilePath, pstChnFrames); in TEST_AVS_UnitTest()