Home
last modified time | relevance | path

Searched refs:switch_agc_t (Results 1 – 6 of 6) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_resample.h180 SWITCH_DECLARE(void) switch_agc_set(switch_agc_t *agc, uint32_t energy_avg,
182 SWITCH_DECLARE(switch_status_t) switch_agc_create(switch_agc_t **agcP, uint32_t energy_avg,
184 SWITCH_DECLARE(void) switch_agc_destroy(switch_agc_t **agcP);
185 SWITCH_DECLARE(switch_status_t) switch_agc_feed(switch_agc_t *agc, int16_t *data, uint32_t samples,…
186 SWITCH_DECLARE(void) switch_agc_set_energy_avg(switch_agc_t *agc, uint32_t energy_avg);
187 SWITCH_DECLARE(void) switch_agc_set_energy_low(switch_agc_t *agc, uint32_t low_energy_point);
188 SWITCH_DECLARE(void) switch_agc_set_token(switch_agc_t *agc, const char *token);
H A Dswitch_types.h2764 typedef struct switch_agc_s switch_agc_t; typedef
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_resample.c439 SWITCH_DECLARE(void) switch_agc_set(switch_agc_t *agc, uint32_t energy_avg, in switch_agc_set()
449 SWITCH_DECLARE(switch_status_t) switch_agc_create(switch_agc_t **agcP, uint32_t energy_avg, in switch_agc_create()
452 switch_agc_t *agc; in switch_agc_create()
474 SWITCH_DECLARE(void) switch_agc_destroy(switch_agc_t **agcP) in switch_agc_destroy()
476 switch_agc_t *agc; in switch_agc_destroy()
489 SWITCH_DECLARE(void) switch_agc_set_energy_avg(switch_agc_t *agc, uint32_t energy_avg) in switch_agc_set_energy_avg()
496 SWITCH_DECLARE(void) switch_agc_set_energy_low(switch_agc_t *agc, uint32_t low_energy_point) in switch_agc_set_energy_low()
503 SWITCH_DECLARE(void) switch_agc_set_token(switch_agc_t *agc, const char *token) in switch_agc_set_token()
508 SWITCH_DECLARE(switch_status_t) switch_agc_feed(switch_agc_t *agc, int16_t *data, uint32_t samples,… in switch_agc_feed()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dmod_conference.h814 switch_agc_t *agc;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_local_stream/
H A Dmod_local_stream.c97 switch_agc_t *agc;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx40357 switch_agc_t *arg1 = (switch_agc_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_agc_set___()
40364 arg1 = (switch_agc_t *)jarg1; in CSharp_FreeSWITCHfNative_switch_agc_set___()
40376 switch_agc_t **arg1 = (switch_agc_t **) 0 ; in CSharp_FreeSWITCHfNative_switch_agc_create___()
40397 switch_agc_t **arg1 = (switch_agc_t **) 0 ; in CSharp_FreeSWITCHfNative_switch_agc_destroy___()
40406 switch_agc_t *arg1 = (switch_agc_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_agc_feed___()
40412 arg1 = (switch_agc_t *)jarg1; in CSharp_FreeSWITCHfNative_switch_agc_feed___()
40423 switch_agc_t *arg1 = (switch_agc_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_agc_set_energy_avg___()
40426 arg1 = (switch_agc_t *)jarg1; in CSharp_FreeSWITCHfNative_switch_agc_set_energy_avg___()
40433 switch_agc_t *arg1 = (switch_agc_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_agc_set_energy_low___()
40436 arg1 = (switch_agc_t *)jarg1; in CSharp_FreeSWITCHfNative_switch_agc_set_energy_low___()
[all …]