Home
last modified time | relevance | path

Searched refs:switch_codec_fmtp (Results 1 – 10 of 10) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_ilbc/
H A Dmod_ilbc.c49 memset(codec_fmtp, '\0', sizeof(struct switch_codec_fmtp)); in switch_ilbc_fmtp_parse()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_siren/
H A Dmod_siren.c54 memset(codec_fmtp, '\0', sizeof(struct switch_codec_fmtp)); in switch_siren_fmtp_parse()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_silk/
H A Dmod_silk.c177 memset(&codec_fmtp, '\0', sizeof(struct switch_codec_fmtp)); in switch_silk_init()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_amr/
H A Dmod_amr.c260 memset(&codec_fmtp, '\0', sizeof(struct switch_codec_fmtp)); in switch_amr_init()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_speex.c278 memset(&codec_fmtp, '\0', sizeof(struct switch_codec_fmtp)); in switch_speex_init()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_module_interfaces.h671 struct switch_codec_fmtp { struct
H A Dswitch_types.h2323 typedef struct switch_codec_fmtp switch_codec_fmtp_t;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx32813 switch_codec_fmtp *arg1 = (switch_codec_fmtp *) 0 ; in CSharp_FreeSWITCHfNative_switch_codec_fmtp_actual_samples_per_second_set___()
32824 switch_codec_fmtp *arg1 = (switch_codec_fmtp *) 0 ; in CSharp_FreeSWITCHfNative_switch_codec_fmtp_actual_samples_per_second_get___()
32835 switch_codec_fmtp *arg1 = (switch_codec_fmtp *) 0 ; in CSharp_FreeSWITCHfNative_switch_codec_fmtp_bits_per_second_set___()
32846 switch_codec_fmtp *arg1 = (switch_codec_fmtp *) 0 ; in CSharp_FreeSWITCHfNative_switch_codec_fmtp_bits_per_second_get___()
32857 switch_codec_fmtp *arg1 = (switch_codec_fmtp *) 0 ; in CSharp_FreeSWITCHfNative_switch_codec_fmtp_microseconds_per_packet_set___()
32868 switch_codec_fmtp *arg1 = (switch_codec_fmtp *) 0 ; in CSharp_FreeSWITCHfNative_switch_codec_fmtp_microseconds_per_packet_get___()
32879 switch_codec_fmtp *arg1 = (switch_codec_fmtp *) 0 ; in CSharp_FreeSWITCHfNative_switch_codec_fmtp_stereo_set___()
32890 switch_codec_fmtp *arg1 = (switch_codec_fmtp *) 0 ; in CSharp_FreeSWITCHfNative_switch_codec_fmtp_stereo_get___()
32901 switch_codec_fmtp *arg1 = (switch_codec_fmtp *) 0 ; in CSharp_FreeSWITCHfNative_switch_codec_fmtp_private_info_set___()
32912 switch_codec_fmtp *arg1 = (switch_codec_fmtp *) 0 ; in CSharp_FreeSWITCHfNative_switch_codec_fmtp_private_info_get___()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_opus/
H A Dmod_opus.c527 memset(&codec_fmtp, '\0', sizeof(struct switch_codec_fmtp)); in switch_opus_init()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs9102 …ch_core_codec_parse_fmtp(string codec_name, string fmtp, uint rate, switch_codec_fmtp codec_fmtp) { in switch_core_codec_parse_fmtp()
9103 …eswitchPINVOKE.switch_core_codec_parse_fmtp(codec_name, fmtp, rate, switch_codec_fmtp.getCPtr(code… in switch_core_codec_parse_fmtp()
32425 public class switch_codec_fmtp : global::System.IDisposable { class
32429 internal switch_codec_fmtp(global::System.IntPtr cPtr, bool cMemoryOwn) { in switch_codec_fmtp() method in FreeSWITCH.Native.switch_codec_fmtp
32434 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(switch_codec_fmtp obj) { in getCPtr()
32438 ~switch_codec_fmtp() { in ~switch_codec_fmtp()
32506 public switch_codec_fmtp() : this(freeswitchPINVOKE.new_switch_codec_fmtp(), true) { in switch_codec_fmtp() method in FreeSWITCH.Native.switch_codec_fmtp