Searched refs:stCtx (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_sys.cpp | 313 TEST_SYS_CTX_S stCtx; in main() local 315 memset(&stCtx, 0, sizeof(TEST_SYS_CTX_S)); in main() 316 stCtx.s32LoopCount = 1; in main() 317 stCtx.s32DevId = 0; in main() 318 stCtx.s32SrcChnId = 0; in main() 319 stCtx.s32DstChnNum = 1; in main() 324 OPT_INTEGER('n', "loop_count", &(stCtx.s32LoopCount), in main() 326 OPT_INTEGER('\0', "device_id", &(stCtx.s32DevId), in main() 328 OPT_INTEGER('\0', "src_channel_id", &(stCtx.s32SrcChnId), in main() 330 OPT_INTEGER('\0', "dst_channel_count", &(stCtx.s32DstChnNum), in main() [all …]
|