Home
last modified time | relevance | path

Searched refs:SFF_PROXY_PACKET (Results 1 – 9 of 9) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_mp4/
H A Dmod_mp4.cpp435 switch_set_flag((&vid_frame), SFF_PROXY_PACKET); in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_io.c222 if (switch_test_flag(*frame, SFF_PROXY_PACKET)) { in switch_core_session_read_frame()
931 (!switch_test_flag(*frame, SFF_PROXY_PACKET) && in switch_core_session_read_frame()
H A Dswitch_rtp.c5984 *flags &= ~SFF_PROXY_PACKET; in read_rtp_packet()
7442 if ((*flags & SFF_PROXY_PACKET)) { in rtp_common_read()
7756 *flags |= SFF_PROXY_PACKET; in rtp_common_read()
8864 if (switch_test_flag(frame, SFF_PROXY_PACKET) || switch_test_flag(frame, SFF_UDPTL_PACKET) || in switch_rtp_write_frame()
8872 if (!switch_test_flag(frame, SFF_PROXY_PACKET) && !switch_test_flag(frame, SFF_UDPTL_PACKET)) { in switch_rtp_write_frame()
H A Dswitch_core_media.c3120 if (switch_test_flag((&engine->read_frame), SFF_PROXY_PACKET)) { in switch_core_media_read_frame()
3458 if (!switch_test_flag(frame, SFF_CNG) && !switch_test_flag(frame, SFF_PROXY_PACKET)) { in switch_core_media_write_frame()
15692 if (switch_test_flag(frame, SFF_PROXY_PACKET) || pass_cng) { in switch_core_session_write_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Drtp.c386 if (!switch_test_flag(frame, SFF_CNG) && !switch_test_flag(frame, SFF_PROXY_PACKET)) { in channel_write_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_opal/
H A Dmod_opal.cpp1269 m_readFrame.flags = SFF_UDPTL_PACKET|SFF_PROXY_PACKET; in Open()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h1673 SFF_PROXY_PACKET = (1 << 5), enumerator
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_spandsp/
H A Dmod_spandsp_fax.c695 out_frame.flags = SFF_UDPTL_PACKET | SFF_PROXY_PACKET; in t38_tx_packet_handler()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs38102 SFF_PROXY_PACKET = (1 << 5), enumerator