Home
last modified time | relevance | path

Searched refs:enTestMode (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_avs.cpp708 RK_PRINT("test mode : %d\n", ctx->enTestMode); in mpi_avs_test_show_options()
757 ctx.enTestMode = TEST_MODE_AVS_ONLY; in main()
782 OPT_INTEGER('\0', "test_mode", &(ctx.enTestMode), in main()
902 switch (ctx.enTestMode) { in main()
922 RK_LOGE("unsupport test mode: %d", ctx.enTestMode); in main()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_avs.h86 TEST_MODE_E enTestMode; member