Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_resample.h182 SWITCH_DECLARE(switch_status_t) switch_agc_create(switch_agc_t **agcP, uint32_t energy_avg,
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_resample.c449 SWITCH_DECLARE(switch_status_t) switch_agc_create(switch_agc_t **agcP, uint32_t energy_avg, in switch_agc_create() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_local_stream/
H A Dmod_local_stream.c1411switch_agc_create(&source->agc, source->energy_avg, source->energy_low, 500, 3, (1000 / source->in… in SWITCH_STANDARD_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dconference_api.c1289switch_agc_create(&member->agc, member->agc_level, member->agc_low_energy_level, member->agc_margi… in conference_api_set_agc()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs12747 …public static switch_status_t switch_agc_create(SWIGTYPE_p_p_switch_agc_s agcP, uint energy_avg, u… in switch_agc_create() method in FreeSWITCH.Native.freeswitch
12748 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_agc_create(SWIGTYPE_p_p_switch_agc… in switch_agc_create()
25053 …public static extern int switch_agc_create(global::System.Runtime.InteropServices.HandleRef jarg1,… in switch_agc_create() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx40390 result = (switch_status_t)switch_agc_create(arg1,arg2,arg3,arg4,arg5,arg6); in CSharp_FreeSWITCHfNative_switch_agc_create___()