Searched refs:AO_MAX_CHN_NUM (Results 1 – 2 of 2) sorted by relevance
395 TEST_AO_CTX_S params[AO_MAX_CHN_NUM]; in unit_test_mpi_ao()396 pthread_t tidSend[AO_MAX_CHN_NUM]; in unit_test_mpi_ao()397 pthread_t tidReceive[AO_MAX_CHN_NUM]; in unit_test_mpi_ao()399 if (ctx->s32ChnNum > AO_MAX_CHN_NUM) { in unit_test_mpi_ao()400 RK_LOGE("ao chn(%d) > max_chn(%d)", ctx->s32ChnNum, AO_MAX_CHN_NUM); in unit_test_mpi_ao()
68 #define AO_MAX_CHN_NUM 3 macro