Home
last modified time | relevance | path

Searched refs:s32LoopCount (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_mb.cpp38 RK_S32 s32LoopCount; member
50 RK_S32 loopCount = pstCtx->s32LoopCount; in unit_test_mpi_mb()
152 RK_LOGI("looping times %d", pstCtx->s32LoopCount - loopCount); in unit_test_mpi_mb()
179 stMbCtx.s32LoopCount = 1; in main()
188 …OPT_INTEGER('n', "loop", &(stMbCtx.s32LoopCount), "the count of looping. default(1).", NULL, 0, 0), in main()
H A Dtest_mpi_vdec.cpp52 RK_S32 s32LoopCount; member
428 if (ctx->s32LoopCount--) { in mpi_send_stream()
432 RK_LOGI("ctx->s32LoopCount = %d",ctx->s32LoopCount); in mpi_send_stream()
437 if (ctx->s32LoopCount % 2) in mpi_send_stream()
652 RK_PRINT("loop count : %d\n", ctx->s32LoopCount); in mpi_vdec_test_show_options()
674 ctx.s32LoopCount = 1; in main()
694 OPT_INTEGER('n', "loop_count", &(ctx.s32LoopCount), in main()
739 while (ctx.s32LoopCount > 0) { in main()
743 ctx.s32LoopCount--; in main()
753 RK_LOGE("test running failed! %d count running done not yet.", ctx.s32LoopCount); in main()
H A Dtest_mpi_sys.cpp32 RK_S32 s32LoopCount; member
296 RK_S32 loopCount = pstCtx->s32LoopCount; in unit_test_mpi_sys()
300 RK_LOGI("looping times %d", pstCtx->s32LoopCount - loopCount); in unit_test_mpi_sys()
316 stCtx.s32LoopCount = 1; in main()
324 OPT_INTEGER('n', "loop_count", &(stCtx.s32LoopCount), in main()
H A Dtest_mpi_ai.cpp39 RK_S32 s32LoopCount; member
272 RK_PRINT("loop count : %d\n", ctx->s32LoopCount); in mpi_ai_test_show_options()
300 ctx->s32LoopCount = 1; in main()
322 OPT_INTEGER('n', "loop_count", &(ctx->s32LoopCount), in main()
355 for (i = 0; i < ctx->s32LoopCount; i++) { in main()
H A Dtest_mpi_adec.cpp32 RK_S32 s32LoopCount; member
315 RK_PRINT("loop count : %d\n", ctx->s32LoopCount); in mpi_adec_test_show_options()
335 ctx->s32LoopCount = 1; in main()
354 OPT_INTEGER('n', "loop_count", &(ctx->s32LoopCount), in main()
386 for (i = 0; i < ctx->s32LoopCount; i++) { in main()
H A Dtest_mpi_aenc.cpp35 RK_S32 s32LoopCount; member
310 RK_PRINT("loop count : %d\n", ctx->s32LoopCount); in mpi_aenc_test_show_options()
328 ctx->s32LoopCount = 1; in main()
349 OPT_INTEGER('n', "loop_count", &(ctx->s32LoopCount), in main()
375 for (i = 0; i < ctx->s32LoopCount; i++) { in main()
H A Dtest_mpi_vpss.cpp37 RK_PRINT("loop count : %d\n", ctx->s32LoopCount); in mpi_vpss_test_show_options()
70 ctx.s32LoopCount = 1; in main()
96 OPT_INTEGER('n', "loop_count", &(ctx.s32LoopCount), in main()
H A Dtest_mpi_venc.cpp48 RK_S32 s32LoopCount; member
264 RK_S32 s32LoopCount = pstCtx->s32LoopCount; in venc_send_frame() local
354 if (s32LoopCount > 0) { in venc_send_frame()
355 s32LoopCount--; in venc_send_frame()
356 RK_LOGD("finish venc count %d\n", pstCtx->s32LoopCount - s32LoopCount); in venc_send_frame()
357 if (s32LoopCount > 0) { in venc_send_frame()
819 RK_PRINT("loop count : %d\n", ctx->s32LoopCount); in mpi_venc_test_show_options()
852 ctx.s32LoopCount = 1; in main()
875 OPT_INTEGER('n', "loop_count", &(ctx.s32LoopCount), in main()
H A Dtest_mpi_ao.cpp38 RK_S32 s32LoopCount; member
444 RK_PRINT("loop count : %d\n", ctx->s32LoopCount); in mpi_ao_test_show_options()
480 ctx->s32LoopCount = 1; in main()
521 OPT_INTEGER('n', "loop_count", &(ctx->s32LoopCount), in main()
582 for (i = 0; i < ctx->s32LoopCount; i++) { in main()
H A Dtest_mpi_all.cpp63 RK_S32 s32LoopCount; member
952 RK_PRINT("loop count : %d\n", ctx->s32LoopCount); in mpi_all_test_show_options()
968 ctx.s32LoopCount = 1; in main()
987 OPT_INTEGER('l', "loop_count", &(ctx.s32LoopCount), in main()
1022 while (ctx.s32LoopCount > 0) { in main()
1026 ctx.s32LoopCount--; in main()
1036 RK_LOGE("test running failed! %d count running done not yet.", ctx.s32LoopCount); in main()
H A Dtest_mpi_avs.cpp439 if (pstAvsCtx->s32LoopCount > 0) { in test_avs_vpss_venc_loop()
443 while (!bExit && loopCount < pstAvsCtx->s32LoopCount) { in test_avs_vpss_venc_loop()
632 if (pstAvsCtx->s32LoopCount > 0) { in test_avs_vo_loop()
633 while (!bExit && loopCount < pstAvsCtx->s32LoopCount) { in test_avs_vo_loop()
712 RK_PRINT("loop count : %d\n", ctx->s32LoopCount); in mpi_avs_test_show_options()
756 ctx.s32LoopCount = 1; in main()
784 OPT_INTEGER('n', "loop count", &(ctx.s32LoopCount), in main()
H A Dtest_mpi_tde.cpp52 RK_S32 s32LoopCount; member
415 for (RK_S32 i = 0; i < ctx->s32LoopCount; i++) { in unit_test_mpi_tde()
481 RK_PRINT("loop count : %d\n", ctx->s32LoopCount); in mpi_tde_test_show_options()
505 ctx.s32LoopCount = 1; in main()
541 OPT_INTEGER('n', "loop_count", &(ctx.s32LoopCount), in main()
H A Dtest_mpi_vgs.cpp58 RK_S32 s32LoopCount; member
879 RK_S32 s32LoopCout = ctx->s32LoopCount; in unit_test_vgs_counts()
974 RK_PRINT("loop count : %d\n", ctx->s32LoopCount); in mpi_vgs_test_show_options()
1006 ctx.s32LoopCount = 1; in main()
1025 OPT_INTEGER('n', "loop_count", &(ctx.s32LoopCount), in main()
H A Dtest_mpi_mmz.cpp37 RK_S32 s32LoopCount; member
H A Dtest_mpi_gdc.cpp84 RK_S32 s32LoopCount; member
1276 if (loopCount < ctx->s32LoopCount) { in test_mpi_gdc_api()
1384 if (loopCount >= ctx->s32LoopCount) { in test_mpi_gdc_api()
1433 RK_PRINT("loop count : %d\n", ctx->s32LoopCount); in mpi_gdc_test_show_options()
1466 ctx->s32LoopCount = 1; in main()
1501 OPT_INTEGER('l', "loop_count", &(ctx->s32LoopCount), in main()
H A Dtest_mpi_rgn.cpp94 RK_S32 s32LoopCount; member
742 stRgnCtx.s32LoopCount = 1; in main()
H A Dtest_mpi_vo.cpp333 RK_S32 s32LoopCount; member
2379 ctx->s32LoopCount = -1; in init_cfg()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_mod_vpss.h32 RK_S32 s32LoopCount; member
H A Dtest_comm_avs.h65 RK_S32 s32LoopCount; member
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_mod_vpss.cpp109 for (RK_S32 loopCount = 0; loopCount < pstCtx->s32LoopCount; loopCount++) { in TEST_VPSS_ModSingleTest()
H A Dtest_comm_avs.cpp497 for (RK_S32 i = 0; i < pstCtx->s32LoopCount; i++) { in TEST_AVS_UnitTest()