Searched refs:nsxInst (Results 1 – 2 of 2) sorted by relevance
35 int WebRtcNsx_Create(NsxHandle** nsxInst) { in WebRtcNsx_Create() argument36 *nsxInst = (NsxHandle*)malloc(sizeof(NsxInst_t)); in WebRtcNsx_Create()37 if (*nsxInst != NULL) { in WebRtcNsx_Create()38 (*(NsxInst_t**)nsxInst)->initFlag = 0; in WebRtcNsx_Create()46 int WebRtcNsx_Free(NsxHandle* nsxInst) { in WebRtcNsx_Free() argument47 free(nsxInst); in WebRtcNsx_Free()51 int WebRtcNsx_Init(NsxHandle* nsxInst, WebRtc_UWord32 fs) { in WebRtcNsx_Init() argument52 return WebRtcNsx_InitCore((NsxInst_t*)nsxInst, fs); in WebRtcNsx_Init()55 int WebRtcNsx_set_policy(NsxHandle* nsxInst, int mode) { in WebRtcNsx_set_policy() argument56 return WebRtcNsx_set_policy_core((NsxInst_t*)nsxInst, mode); in WebRtcNsx_set_policy()[all …]
49 int WebRtcNsx_Create(NsxHandle** nsxInst);62 int WebRtcNsx_Free(NsxHandle* nsxInst);78 int WebRtcNsx_Init(NsxHandle* nsxInst, WebRtc_UWord32 fs);93 int WebRtcNsx_set_policy(NsxHandle* nsxInst, int mode);113 int WebRtcNsx_Process(NsxHandle* nsxInst,