Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_resample.h184 SWITCH_DECLARE(void) switch_agc_destroy(switch_agc_t **agcP);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_resample.c474 SWITCH_DECLARE(void) switch_agc_destroy(switch_agc_t **agcP) in switch_agc_destroy() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_local_stream/
H A Dmod_local_stream.c816 switch_agc_destroy(&source->agc); in read_stream_thread()
1421 switch_agc_destroy(&source->agc); in SWITCH_STANDARD_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dconference_member.c1186 switch_agc_destroy(&member->agc); in conference_member_del()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs12752 public static void switch_agc_destroy(SWIGTYPE_p_p_switch_agc_s agcP) { in switch_agc_destroy() method in FreeSWITCH.Native.freeswitch
12753 freeswitchPINVOKE.switch_agc_destroy(SWIGTYPE_p_p_switch_agc_s.getCPtr(agcP)); in switch_agc_destroy()
25056 …public static extern void switch_agc_destroy(global::System.Runtime.InteropServices.HandleRef jarg… in switch_agc_destroy() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx40400 switch_agc_destroy(arg1); in CSharp_FreeSWITCHfNative_switch_agc_destroy___()