| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_adec.cpp | 30 const char *srcFilePath; member 141 file = fopen(params->srcFilePath, "rb"); in send_stream_thread() 143 RK_LOGE("failed to open input file(%s), error: %s", params->srcFilePath, strerror(errno)); in send_stream_thread() 313 RK_PRINT("input file name : %s\n", ctx->srcFilePath); in mpi_adec_test_show_options() 333 ctx->srcFilePath = RK_NULL; in main() 344 OPT_STRING('i', "input", &(ctx->srcFilePath), in main() 376 if (ctx->srcFilePath == RK_NULL in main()
|
| H A D | test_mpi_aenc.cpp | 33 const char *srcFilePath; member 162 file = fopen(params->srcFilePath, "rb"); in send_frame_thread() 164 RK_LOGE("failed to open input file(%s), error: %s", params->srcFilePath, strerror(errno)); in send_frame_thread() 308 RK_PRINT("input file name : %s\n", ctx->srcFilePath); in mpi_aenc_test_show_options() 326 ctx->srcFilePath = RK_NULL; in main() 337 OPT_STRING('i', "input", &(ctx->srcFilePath), in main() 367 if (ctx->srcFilePath == RK_NULL in main()
|
| H A D | test_mpi_ao.cpp | 36 const char *srcFilePath; member 243 file = fopen(params->srcFilePath, "rb"); in sendDataThread() 247 RK_LOGE("open save file %s failed because %s.", params->srcFilePath, strerror(errno)); in sendDataThread() 442 RK_PRINT("input file name : %s\n", ctx->srcFilePath); in mpi_ao_test_show_options() 478 ctx->srcFilePath = RK_NULL; in main() 509 OPT_STRING('i', "input", &(ctx->srcFilePath), in main() 573 if (ctx->srcFilePath == RK_NULL in main()
|
| H A D | test_mpi_vgs.cpp | 55 const char *srcFilePath; member 111 RK_S32 unit_test_vgs_generate_source(const char *srcFilePath, MB_BLK *pstSrcBlk, RK_U32 u32SrcSize)… in unit_test_vgs_generate_source() argument 117 s32Ret = test_open_and_read_file(srcFilePath, pSrcData, u32SrcSize); in unit_test_vgs_generate_source() 820 const char *srcFilePath = ctx->srcFilePath; in unit_test_vgs_one_job() local 834 s32Ret = unit_test_vgs_generate_source(srcFilePath, &srcBlk, ctx->u32SrcSize); in unit_test_vgs_one_job() 915 const char *srcFilePath = ctx->srcFilePath; in unit_test_vgs_all_job() local 926 s32Ret = unit_test_vgs_generate_source(srcFilePath, &srcBlk, ctx->u32SrcSize); in unit_test_vgs_all_job() 971 RK_PRINT("input file name : %s\n", ctx->srcFilePath); in mpi_vgs_test_show_options() 1021 OPT_STRING('i', "input", &(ctx.srcFilePath), in main()
|
| H A D | test_mpi_ai.cpp | 37 const char *srcFilePath; member 270 RK_PRINT("input file name : %s\n", ctx->srcFilePath); in mpi_ai_test_show_options() 298 ctx->srcFilePath = RK_NULL; in main()
|
| H A D | test_mpi_tde.cpp | 49 const char *srcFilePath; member 304 s32Ret = test_tde_read_file(ctx->srcFilePath, pSrcData, u32SrcSize); in test_tde_load_src_file() 479 RK_PRINT("input file name : %s\n", ctx->srcFilePath); in mpi_tde_test_show_options() 519 OPT_STRING('i', "input", &(ctx.srcFilePath), in main()
|
| H A D | test_mpi_gdc.cpp | 83 const char *srcFilePath; member 1151 pFile = fopen(ctx->srcFilePath, "rb+"); in test_mpi_gdc_api() 1153 RK_LOGE("open path %s failed because %s", ctx->srcFilePath, strerror(errno)); in test_mpi_gdc_api() 1426 RK_PRINT("input file name : %s\n", ctx->srcFilePath); in mpi_gdc_test_show_options() 1485 OPT_STRING('i', "input", &(ctx->srcFilePath), in main() 1572 if (ctx->srcFilePath == RK_NULL || in main()
|
| H A D | test_mpi_avs.cpp | 706 RK_PRINT("input file path : %s\n", ctx->srcFilePath); in mpi_avs_test_show_options() 778 OPT_STRING('i', "input", &(ctx.srcFilePath), in main()
|
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_comm_avs.cpp | 249 if (RK_NULL != pstCtx->srcFilePath) { in TEST_AVS_ModGetFrameFromPool() 253 pstCtx->srcFilePath, AvsPipe, in TEST_AVS_ModGetFrameFromPool() 258 pstCtx->srcFilePath, AvsPipe, in TEST_AVS_ModGetFrameFromPool() 332 if (RK_NULL != pstCtx->srcFilePath) { in TEST_AVS_ModCreateFrame() 336 pstCtx->srcFilePath, AvsPipe, in TEST_AVS_ModCreateFrame() 341 pstCtx->srcFilePath, AvsPipe, in TEST_AVS_ModCreateFrame()
|
| /OK3568_Linux_fs/external/rockit/mpi/example/include/ |
| H A D | test_comm_avs.h | 63 const RK_CHAR *srcFilePath; member
|