Home
last modified time | relevance | path

Searched refs:ADEC_CHN_ATTR_S (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_sys.cpp37 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()
H A Dtest_mpi_adec.cpp94 ADEC_CHN_ATTR_S stAdecAttr; in test_init_mpi_adec()
96 memset(&stAdecAttr, 0, sizeof(ADEC_CHN_ATTR_S)); in test_init_mpi_adec()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_mpi_adec.h18 RK_S32 RK_MPI_ADEC_CreateChn(ADEC_CHN AdChn, const ADEC_CHN_ATTR_S *pstAttr);
H A Drk_comm_adec.h64 } ADEC_CHN_ATTR_S; typedef