Searched refs:stDebugFile (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_vi.cpp | 117 VI_SAVE_FILE_INFO_S stDebugFile; member 694 if (ctx->stDebugFile.bCfg) { in test_vi_init() 695 s32Ret = RK_MPI_VI_ChnSaveFile(ctx->pipeId, ctx->channelId, &ctx->stDebugFile); in test_vi_init() 1198 if (ctx->stDebugFile.bCfg) { in create_vi() 1199 s32Ret = RK_MPI_VI_ChnSaveFile(ctx->pipeId, ctx->channelId, &ctx->stDebugFile); in create_vi() 1321 RK_PRINT("output file open : %d\n", ctx->stDebugFile.bCfg); in mpi_vi_test_show_options() 1322 …RK_PRINT("yuv output file name : %s/%s\n", ctx->stDebugFile.aFilePath, ctx->stDebugFile.aFileName… in mpi_vi_test_show_options() 1399 OPT_INTEGER('o', "output", &(ctx->stDebugFile.bCfg), in main() 1459 if (ctx->stDebugFile.bCfg) { in main() 1461 ctx->stVencCfg[0].bOutDebugCfg = ctx->stDebugFile.bCfg; in main() [all …]
|