Home
last modified time | relevance | path

Searched refs:srcFileUri (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vdec.cpp48 const char *srcFileUri; member
149 if (ctx->srcFileUri == RK_NULL) { in check_options()
417 fp = fopen(ctx->srcFileUri, "r"); in mpi_send_stream()
419 RK_LOGE("open file %s failed", ctx->srcFileUri); in mpi_send_stream()
647 RK_PRINT("input file name : %s\n", ctx->srcFileUri); in mpi_vdec_test_show_options()
688 OPT_STRING('i', "input", &(ctx.srcFileUri), in main()
H A Dtest_mpi_all.cpp58 const char *srcFileUri; member
74 if (ctx->srcFileUri == RK_NULL) { in check_options()
194 fp = fopen(ctx->srcFileUri, "r"); in mpi_send_stream()
196 RK_LOGE("open file %s failed", ctx->srcFileUri); in mpi_send_stream()
948 RK_PRINT("video file name : %s\n", ctx->srcFileUri); in mpi_all_test_show_options()
979 OPT_STRING('i', "input", &(ctx.srcFileUri), in main()
H A Dtest_mpi_venc.cpp42 const char *srcFileUri; member
322 if (pstCtx->srcFileUri) { in venc_send_frame()
324 fp = fopen(pstCtx->srcFileUri, "r"); in venc_send_frame()
326 RK_LOGE("chn %d can't open file %s!\n", u32Ch, pstCtx->srcFileUri); in venc_send_frame()
811 RK_PRINT("input file name : %s\n", ctx->srcFileUri); in mpi_venc_test_show_options()
871 OPT_STRING('i', "input", &(ctx.srcFileUri), in main()
H A Dtest_mpi_vo.cpp84 char *srcFileUri[VDEC_MAX_CHN_NUM]; member
744 ctx->stParserCfg.srcFileUri[u32Count] = pBuffer; in open_config()
746 RK_LOGI("url %s", ctx->stParserCfg.srcFileUri[u32Count]); in open_config()
761 if (ctx->stParserCfg.srcFileUri[i] != RK_NULL) { in close_config()
762 rk_safe_free(ctx->stParserCfg.srcFileUri[i]); in close_config()
833 if (TEST_COMM_GetUriSchemeType(ctx->stParserCfg.srcFileUri[u32Ch]) != RK_URI_SCHEME_LOCAL) { in creat_vdec()