Searched refs:Ns3State (Results 1 – 1 of 1) sorted by relevance
29 typedef struct Ns3State_ Ns3State; typedef44 Ns3State *ns3_create(int32_t sample_rate, int32_t frame_size, const Ns3Config *cfg);46 int32_t ns3_destroy(Ns3State *st);48 int32_t ns3_set_config(Ns3State *st, const Ns3Config *cfg);50 int32_t ns3_process(Ns3State *st, int16_t *pcm_buf, int32_t pcm_len);52 float ns3_get_required_mips(Ns3State *st);
Completed in 2 milliseconds