Home
last modified time | relevance | path

Searched refs:loopCount (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dpci-rc32434.c112 int loopCount; in rc32434_pcibridge_init() local
186 for (loopCount = 0; loopCount < 24; loopCount++) { in rc32434_pcibridge_init()
189 rc32434_pci->pcicfgd = korina_cnfg_regs[loopCount]; in rc32434_pcibridge_init()
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_mb.cpp50 RK_S32 loopCount = pstCtx->s32LoopCount; in unit_test_mpi_mb() local
151 loopCount--; in unit_test_mpi_mb()
152 RK_LOGI("looping times %d", pstCtx->s32LoopCount - loopCount); in unit_test_mpi_mb()
153 } while (loopCount > 0); in unit_test_mpi_mb()
H A Dtest_mpi_vi.cpp705 RK_S32 loopCount = 0; in test_vi_bind_vo_loop() local
746 while (loopCount < ctx->loopCountSet) { in test_vi_bind_vo_loop()
747 loopCount++; in test_vi_bind_vo_loop()
782 RK_S32 loopCount = 0; in test_vi_bind_vpss_venc_loop() local
860 while (loopCount < ctx->loopCountSet) { in test_vi_bind_vpss_venc_loop()
876 RK_LOGD("chn:%d, loopCount:%d enc->seq:%d wd:%d\n", i, loopCount, in test_vi_bind_vpss_venc_loop()
882 loopCount++; in test_vi_bind_vpss_venc_loop()
939 RK_S32 loopCount = 0; in test_vi_bind_venc_loop() local
981 while (loopCount < ctx->loopCountSet) { in test_vi_bind_venc_loop()
998 … RK_LOGD("chn:%d, loopCount:%d enc->seq:%d wd:%d pts=%lld delay=%lldus\n", i, loopCount, in test_vi_bind_venc_loop()
[all …]
H A Dtest_mpi_sys.cpp296 RK_S32 loopCount = pstCtx->s32LoopCount; in unit_test_mpi_sys() local
299 loopCount--; in unit_test_mpi_sys()
300 RK_LOGI("looping times %d", pstCtx->s32LoopCount - loopCount); in unit_test_mpi_sys()
301 } while (loopCount > 0); in unit_test_mpi_sys()
H A Dtest_mpi_avs.cpp311 RK_S32 loopCount = 0; in test_avs_vpss_venc_loop() local
443 while (!bExit && loopCount < pstAvsCtx->s32LoopCount) { in test_avs_vpss_venc_loop()
462 loopCount++; in test_avs_vpss_venc_loop()
548 RK_S32 loopCount = 0; in test_avs_vo_loop() local
633 while (!bExit && loopCount < pstAvsCtx->s32LoopCount) { in test_avs_vo_loop()
644 loopCount++; in test_avs_vo_loop()
H A Dtest_mpi_gdc.cpp1133 RK_S32 loopCount = 0; in test_mpi_gdc_api() local
1276 if (loopCount < ctx->s32LoopCount) { in test_mpi_gdc_api()
1282 RK_LOGD("loop:%d end!", loopCount); in test_mpi_gdc_api()
1287 RK_LOGD("gdc loop:%d!", loopCount); in test_mpi_gdc_api()
1342 if (ctx->u32ShowPoint && (loopCount == 0 || ctx->u32ChangeParam)) { in test_mpi_gdc_api()
1383 loopCount++; in test_mpi_gdc_api()
1384 if (loopCount >= ctx->s32LoopCount) { in test_mpi_gdc_api()
1385 RK_LOGD("gdc loop:%d end!", loopCount); in test_mpi_gdc_api()
H A Dtest_mpi_vo.cpp312 RK_S32 loopCount; member
1862 if (count == ctx->loopCount ) in Sample_VO_Demo_UI()
2313 RK_PRINT("loopcount : %d\n", ctx->loopCount); in mpi_vo_test_show_options()
2328 ctx->loopCount = 10; in init_cfg()
2428 OPT_INTEGER('\0', "loopCount", &(ctx.loopCount), in main()
2429 "loopCount. e.g.(0) default(10).", NULL, 0, 0), in main()
/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() local