Searched refs:AENC_MAX_CHN_NUM (Results 1 – 2 of 2) sorted by relevance
267 TEST_AENC_CTX_S aencCtx[AENC_MAX_CHN_NUM]; in unit_test_mpi_aenc()268 pthread_t tidSend[AENC_MAX_CHN_NUM]; in unit_test_mpi_aenc()269 pthread_t tidReceive[AENC_MAX_CHN_NUM]; in unit_test_mpi_aenc()271 if (params->s32ChnNum > AENC_MAX_CHN_NUM) { in unit_test_mpi_aenc()272 RK_LOGE("aenc chn(%d) > max_chn(%d)", params->s32ChnNum, AENC_MAX_CHN_NUM); in unit_test_mpi_aenc()
69 #define AENC_MAX_CHN_NUM 32 macro