Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_adec.cpp41 RK_S32 s32ClrChnBuf; member
240 if (params->s32ClrChnBuf) { in receive_data_thread()
243 params->s32ClrChnBuf = 0; in receive_data_thread()
322 RK_PRINT("clear buf : %d\n", ctx->s32ClrChnBuf); in mpi_adec_test_show_options()
362 OPT_INTEGER('\0', "clr_buf", &(ctx->s32ClrChnBuf), in main()
H A Dtest_mpi_ao.cpp61 RK_S32 s32ClrChnBuf; member
370 if (params->s32ClrChnBuf) { in commandThread()
372 params->s32ClrChnBuf = 0; in commandThread()
465 RK_PRINT("clear buf : %d\n", ctx->s32ClrChnBuf); in mpi_ao_test_show_options()
502 ctx->s32ClrChnBuf = 0; in main()
556 OPT_INTEGER('\0', "clr_buf", &(ctx->s32ClrChnBuf), in main()