Searched refs:ADEC_CHN_ATTR_S (Results 1 – 4 of 4) sorted by relevance
37 ADEC_CHN_ATTR_S *pstADecChnAttr;71 ADEC_CHN_ATTR_S* test_adec_create_chn_attr() { in test_adec_create_chn_attr()72 ADEC_CHN_ATTR_S *pstChnAttr = reinterpret_cast<ADEC_CHN_ATTR_S *> in test_adec_create_chn_attr()73 (malloc(sizeof(ADEC_CHN_ATTR_S))); in test_adec_create_chn_attr()74 memset(pstChnAttr, 0, sizeof(ADEC_CHN_ATTR_S)); in test_adec_create_chn_attr()92 void test_adec_destroy_chn_attr(ADEC_CHN_ATTR_S **ppstChnAttr) { in test_adec_destroy_chn_attr()93 ADEC_CHN_ATTR_S *pstChnAttr = *ppstChnAttr; in test_adec_destroy_chn_attr()112 ADEC_CHN_ATTR_S *pstChnAttr = test_adec_create_chn_attr(); in test_adec_create_channel()
94 ADEC_CHN_ATTR_S stAdecAttr; in test_init_mpi_adec()96 memset(&stAdecAttr, 0, sizeof(ADEC_CHN_ATTR_S)); in test_init_mpi_adec()
18 RK_S32 RK_MPI_ADEC_CreateChn(ADEC_CHN AdChn, const ADEC_CHN_ATTR_S *pstAttr);
64 } ADEC_CHN_ATTR_S; typedef