Home
last modified time | relevance | path

Searched refs:switch_rtp_flag_t (Results 1 – 15 of 15) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_rtp.h237switch_rtp_flag_t flags[], char *timer_name, const char **err, switch_memory_pool_t *pool);
263switch_rtp_flag_t flags[], char *timer_name, const char **err, switch_memory_pool_t *pool, switch_…
367 SWITCH_DECLARE(void) switch_rtp_set_flag(switch_rtp_t *rtp_session, switch_rtp_flag_t flag);
368 SWITCH_DECLARE(void) switch_rtp_set_flags(switch_rtp_t *rtp_session, switch_rtp_flag_t flags[SWITCH…
369 SWITCH_DECLARE(void) switch_rtp_clear_flags(switch_rtp_t *rtp_session, switch_rtp_flag_t flags[SWIT…
377 SWITCH_DECLARE(uint32_t) switch_rtp_test_flag(switch_rtp_t *rtp_session, switch_rtp_flag_t flags);
384 SWITCH_DECLARE(void) switch_rtp_clear_flag(switch_rtp_t *rtp_session, switch_rtp_flag_t flag);
H A Dswitch_core_media.h266 …dia_set_rtp_flag(switch_core_session_t *session, switch_media_type_t type, switch_rtp_flag_t flag);
267 …a_clear_rtp_flag(switch_core_session_t *session, switch_media_type_t type, switch_rtp_flag_t flag);
H A Dswitch_types.h845 } switch_rtp_flag_t; typedef
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_h323/
H A Dmod_h323.cpp1599 switch_rtp_flag_t flags[SWITCH_RTP_FLAG_INVALID] = {(switch_rtp_flag_t)0}; in receive_message()
1603 x++; flags[SWITCH_RTP_FLAG_DEBUG_RTP_READ] = (switch_rtp_flag_t)1; in receive_message()
1605 x++; flags[SWITCH_RTP_FLAG_DEBUG_RTP_WRITE] = (switch_rtp_flag_t)1; in receive_message()
1608 flags[SWITCH_RTP_FLAG_DEBUG_RTP_READ] = (switch_rtp_flag_t)1; in receive_message()
1609 flags[SWITCH_RTP_FLAG_DEBUG_RTP_WRITE] = (switch_rtp_flag_t)1; in receive_message()
1981 switch_rtp_flag_t flags[SWITCH_RTP_FLAG_INVALID] = {(switch_rtp_flag_t)0}; in Start()
2179 flags[SWITCH_RTP_FLAG_DATAWAIT] = (switch_rtp_flag_t)1; in Start()
2180 flags[SWITCH_RTP_FLAG_RAW_WRITE] = (switch_rtp_flag_t)1; in Start()
2183 flags[SWITCH_RTP_FLAG_USE_TIMER] = (switch_rtp_flag_t)1; in Start()
2188 flags[SWITCH_RTP_FLAG_USE_TIMER] = (switch_rtp_flag_t)1; in Start()
/dports/net/freeswitch/freeswitch-1.10.3.-release/tests/unit/
H A Dswitch_rtp.c11 static switch_rtp_flag_t flags[SWITCH_RTP_FLAG_INVALID] = {0};
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Drtp.c158 switch_rtp_flag_t rtp_flags[SWITCH_RTP_FLAG_INVALID] = {0}; in channel_outgoing_channel()
564 switch_rtp_flag_t flags[SWITCH_RTP_FLAG_INVALID] = {0}; in channel_receive_message()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_esf/
H A Dmod_esf.c146 switch_rtp_flag_t flags[SWITCH_RTP_FLAG_INVALID] = {0}; in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_oreka/
H A Dmod_oreka.c115 switch_rtp_flag_t flags[SWITCH_RTP_FLAG_INVALID] = {0}; in oreka_setup_rtp()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c4330switch_rtp_flag_t flags[SWITCH_RTP_FLAG_INVALID], char *timer_name, const char **err, switch_memor… in switch_rtp_create()
4549switch_rtp_flag_t flags[SWITCH_RTP_FLAG_INVALID], char *timer_name, const char **err, switch_memor… in switch_rtp_new()
5280 SWITCH_DECLARE(void) switch_rtp_set_flags(switch_rtp_t *rtp_session, switch_rtp_flag_t flags[SWITCH… in switch_rtp_set_flags()
5291 SWITCH_DECLARE(void) switch_rtp_clear_flags(switch_rtp_t *rtp_session, switch_rtp_flag_t flags[SWIT… in switch_rtp_clear_flags()
5302 SWITCH_DECLARE(void) switch_rtp_set_flag(switch_rtp_t *rtp_session, switch_rtp_flag_t flag) in switch_rtp_set_flag()
5356 SWITCH_DECLARE(uint32_t) switch_rtp_test_flag(switch_rtp_t *rtp_session, switch_rtp_flag_t flags) in switch_rtp_test_flag()
5361 SWITCH_DECLARE(void) switch_rtp_clear_flag(switch_rtp_t *rtp_session, switch_rtp_flag_t flag) in switch_rtp_clear_flag()
H A Dswitch_core_media.c8518 switch_rtp_flag_t flags[SWITCH_RTP_FLAG_INVALID] = {0}; in switch_core_media_activate_rtp()
12737 switch_rtp_flag_t flags[SWITCH_RTP_FLAG_INVALID] = {0}; in switch_core_media_receive_message()
13153 …edia_set_rtp_flag(switch_core_session_t *session, switch_media_type_t type, switch_rtp_flag_t flag) in switch_core_media_set_rtp_flag()
13169 …ia_clear_rtp_flag(switch_core_session_t *session, switch_media_type_t type, switch_rtp_flag_t flag) in switch_core_media_clear_rtp_flag()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_sangoma_codec/
H A Dmod_sangoma_codec.c254 switch_rtp_flag_t flags[SWITCH_RTP_FLAG_INVALID] = {0}; in sangoma_create_rtp()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_dingaling/
H A Dmod_dingaling.c1137 switch_rtp_flag_t flags[SWITCH_RTP_FLAG_INVALID] = {0}; in activate_audio_rtp()
1335 switch_rtp_flag_t flags[SWITCH_RTP_FLAG_INVALID] = {0}; in activate_video_rtp()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skinny/
H A Dskinny_server.c2032 switch_rtp_flag_t flags[SWITCH_RTP_FLAG_INVALID] = {0}; in skinny_handle_open_receive_channel_ack_message()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx44890 switch_rtp_flag_t *arg5 ; in CSharp_FreeSWITCHfNative_switch_rtp_create___()
44900 arg5 = (switch_rtp_flag_t *)jarg5; in CSharp_FreeSWITCHfNative_switch_rtp_create___()
44919 switch_rtp_flag_t *arg8 ; in CSharp_FreeSWITCHfNative_switch_rtp_new___()
45288 switch_rtp_flag_t arg2 ; in CSharp_FreeSWITCHfNative_switch_rtp_set_flag___()
45291 arg2 = (switch_rtp_flag_t)jarg2; in CSharp_FreeSWITCHfNative_switch_rtp_set_flag___()
45298 switch_rtp_flag_t *arg2 ; in CSharp_FreeSWITCHfNative_switch_rtp_set_flags___()
45308 switch_rtp_flag_t *arg2 ; in CSharp_FreeSWITCHfNative_switch_rtp_clear_flags___()
45319 switch_rtp_flag_t arg2 ; in CSharp_FreeSWITCHfNative_switch_rtp_test_flag___()
45323 arg2 = (switch_rtp_flag_t)jarg2; in CSharp_FreeSWITCHfNative_switch_rtp_test_flag___()
45332 switch_rtp_flag_t arg2 ; in CSharp_FreeSWITCHfNative_switch_rtp_clear_flag___()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs13884 …public static void switch_rtp_set_flag(SWIGTYPE_p_switch_rtp rtp_session, switch_rtp_flag_t flag) { in switch_rtp_set_flag()
13896 …public static uint switch_rtp_test_flag(SWIGTYPE_p_switch_rtp rtp_session, switch_rtp_flag_t flags… in switch_rtp_test_flag()
13901 …public static void switch_rtp_clear_flag(SWIGTYPE_p_switch_rtp rtp_session, switch_rtp_flag_t flag… in switch_rtp_clear_flag()
43139 public enum switch_rtp_flag_t { enum