Home
last modified time | relevance | path

Searched refs:rtps (Results 1 – 25 of 51) sorted by relevance

123

/dports/net/kamailio/kamailio-5.4.5/src/modules/rtp_media_server/
H A Drms_media.c91 LM_DBG("rtp_session_destroy[%p]\n", m->rtps); in rms_media_destroy()
92 rtp_session_destroy(m->rtps); in rms_media_destroy()
93 m->rtps = NULL; in rms_media_destroy()
105 rtp_session_set_profile(m->rtps, m->rtp_profile); in create_session_payload()
106 rtp_session_set_payload_type(m->rtps, m->pt->type); in create_session_payload()
117 m->rtps = ms_create_duplex_rtp_session(m->local_ip.s, m->local_port, in create_call_leg_media()
125 rtp_session_enable_rtcp(m->rtps, FALSE); in create_call_leg_media()
361 rtp_stats_display(rtp_session_get_stats(m1->rtps), in rms_stop_bridge()
364 rtp_stats_display(rtp_session_get_stats(m2->rtps), in rms_stop_bridge()
376 rtp_session_destroy(m1->rtps); in rms_stop_bridge()
[all …]
H A Drms_media.h44 RtpSession *rtps; member
/dports/net/rtpproxy/rtpproxy-2.1.1/src/
H A Drtpp_stream.c79 struct rtps { struct
91 struct rtps rtps; member
242 pvt->rtps.uid = rtps; in _s_rtps()
244 pvt->rtps.inact = 1; in _s_rtps()
304 if (pvt->rtps.uid != RTPP_UID_NONE) in rtpp_stream_dtor()
370 if (pvt->rtps.inact == 0) { in rtpp_stream_handle_play()
395 if (pvt->rtps.uid != RTPP_UID_NONE) { in rtpp_stream_handle_noplay()
397 pvt->rtps.uid = RTPP_UID_NONE; in rtpp_stream_handle_noplay()
398 pvt->rtps.inact = 0; in rtpp_stream_handle_noplay()
426 if (pvt->rtps.uid != RTPP_UID_NONE && pvt->rtps.uid == sruid) { in rtpp_stream_finish_playback()
[all …]
/dports/net/mediastreamer/mediastreamer-2.16.1/src/voip/
H A Drfc4103_textstream.c78 RtpSession *rtps = stream->ms.sessions.rtp_session; in text_stream_start() local
81 rtp_session_set_profile(rtps, profile); in text_stream_start()
82 …if (rem_rtp_port > 0) rtp_session_set_remote_addr_full(rtps, rem_rtp_addr, rem_rtp_port, rem_rtcp_… in text_stream_start()
84 rtp_session_enable_rtcp(rtps, TRUE); in text_stream_start()
86 rtp_session_enable_rtcp(rtps, FALSE); in text_stream_start()
99 rtp_session_set_payload_type(rtps, payload_type); in text_stream_start()
101 if (rem_rtp_port > 0) ms_filter_call_method(stream->ms.rtpsend, MS_RTP_SEND_SET_SESSION, rtps); in text_stream_start()
103 ms_filter_call_method(stream->ms.rtprecv, MS_RTP_RECV_SET_SESSION, rtps); in text_stream_start()
104 stream->ms.sessions.rtp_session = rtps; in text_stream_start()
/dports/devel/efl/efl-1.25.1/src/bin/eolian/
H A Dheaders.c86 Eina_Stringshare *rtps = NULL; in _gen_func() local
96 rtps = eolian_parameter_c_type_get(pr, EINA_TRUE); in _gen_func()
124 if (!rtps) in _gen_func()
125 rtps = eolian_function_return_c_type_get(fid, ftype); in _gen_func()
126 eina_strbuf_append(buf, rtps); in _gen_func()
127 if (rtps[strlen(rtps) - 1] != '*') in _gen_func()
135 eina_stringshare_del(rtps); in _gen_func()
/dports/science/chrono/chrono-7.0.1/src/chrono_synchrono/communication/dds/idl/
H A DSynDDSMessagePubSubTypes.h51 eprosima::fastrtps::rtps::SerializedPayload_t* payload) override;
54 eprosima::fastrtps::rtps::SerializedPayload_t* payload,
62 eprosima::fastrtps::rtps::InstanceHandle_t* ihandle,
H A DSynDDSMessagePubSubTypes.cxx28 using SerializedPayload_t = eprosima::fastrtps::rtps::SerializedPayload_t;
29 using InstanceHandle_t = eprosima::fastrtps::rtps::InstanceHandle_t;
/dports/editors/p5-Vimana/Vimana-2010.09303/lib/Vimana/
H A DInstaller.pm247 my @rtps = get_vim_rtp();
249 || $rtps[0];
285 my @rtps = get_vim_rtp();
287 || $rtps[0];
353 my @rtps = get_vim_rtp();
355 || $rtps[0];
H A DUtil.pm72 my @rtps = get_vim_rtp();
73 $rtps[0]
H A DRecord.pm18 my @rtps = get_vim_rtp();
19 File::Spec->join($rtps[0],'record');
/dports/net/mediastreamer/mediastreamer-2.16.1/tester/
H A Dmediastreamer2_basic_audio_tester.c297 RtpSession *rtps; in dtmfgen_enc_rtp_dec_tonedet() local
309 rtps = ms_create_duplex_rtp_session("0.0.0.0", 50060, 0, ms_factory_get_mtu(factory)); in dtmfgen_enc_rtp_dec_tonedet()
310 rtp_session_set_remote_addr_full(rtps, "127.0.0.1", 50060, "127.0.0.1", 50061); in dtmfgen_enc_rtp_dec_tonedet()
311 rtp_session_set_payload_type(rtps, 8); in dtmfgen_enc_rtp_dec_tonedet()
312 rtp_session_enable_rtcp(rtps,FALSE); in dtmfgen_enc_rtp_dec_tonedet()
313 ms_filter_call_method(ms_tester_rtprecv, MS_RTP_RECV_SET_SESSION, rtps); in dtmfgen_enc_rtp_dec_tonedet()
314 ms_filter_call_method(ms_tester_rtpsend, MS_RTP_SEND_SET_SESSION, rtps); in dtmfgen_enc_rtp_dec_tonedet()
346 rtp_session_destroy(rtps); in dtmfgen_enc_rtp_dec_tonedet()
/dports/net/mediastreamer/mediastreamer-2.16.1/tools/
H A Dbench.c39 RtpSession *rtps; member
135 ts->rtps = create_duplex_rtpsession(bench->port_origin+pos*2); in init_bench()
136 if (ts->rtps==NULL) in init_bench()
143 rtp_session_set_payload_type(ts->rtps,bench->payload); in init_bench()
144 rtp_session_set_remote_addr_full(ts->rtps, in init_bench()
216 ms_filter_call_method(ts->rtpsend,MS_RTP_SEND_SET_SESSION,ts->rtps); in init_bench()
217 ms_filter_call_method(ts->rtprecv,MS_RTP_RECV_SET_SESSION,ts->rtps); in init_bench()
/dports/editors/p5-Vimana/Vimana-2010.09303/lib/Vimana/Installer/
H A DVimball.pm34 my @rtps = get_vim_rtp();
62 @filelist = map { File::Spec->join( $rtps[0], $_ ) } @filelist ;
/dports/www/firefox/firefox-99.0/third_party/rust/webrtc-sdp/src/
H A Dmedia_type_tests.rs234 let rtps = parse_protocol_token(token)?; in test_parse_protocol_rtp_token() localVariable
235 assert_eq!(rtps, result); in test_parse_protocol_rtp_token()
236 assert_eq!(rtps.to_string(), token.to_uppercase()); in test_parse_protocol_rtp_token()
259 let rtps = parse_protocol_token(token)?; in test_parse_protocol_sctp_token() localVariable
260 assert_eq!(rtps, result); in test_parse_protocol_sctp_token()
261 assert_eq!(rtps.to_string(), token.to_uppercase()); in test_parse_protocol_sctp_token()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wimax/
H A Dwscript27 'model/bs-uplink-scheduler-rtps.cc',
30 'model/bs-scheduler-rtps.cc',
102 'model/bs-uplink-scheduler-rtps.h',
106 'model/bs-scheduler-rtps.h',
H A DAUTHORS20 Development and Integration of the rtps uplink scheduler
/dports/audio/voipong/voipong-2.0/
H A Dvoipongglobals.c55 rtp_session *rtps = NULL; variable
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrtc-sdp-0.3.1/src/
H A Dmedia_type.rs710 let rtps = parse_protocol_token(token)?; in test_parse_protocol_rtp_token() localVariable
711 assert_eq!(rtps, result); in test_parse_protocol_rtp_token()
712 assert_eq!(rtps.to_string(), token.to_uppercase()); in test_parse_protocol_rtp_token()
738 let rtps = parse_protocol_token(token)?; in test_parse_protocol_sctp_token() localVariable
739 assert_eq!(rtps, result); in test_parse_protocol_sctp_token()
740 assert_eq!(rtps.to_string(), token.to_uppercase()); in test_parse_protocol_sctp_token()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/webrtc-sdp/src/
H A Dmedia_type.rs717 let rtps = parse_protocol_token(token)?; in test_parse_protocol_rtp_token() localVariable
718 assert_eq!(rtps, result); in test_parse_protocol_rtp_token()
719 assert_eq!(rtps.to_string(), token.to_uppercase()); in test_parse_protocol_rtp_token()
745 let rtps = parse_protocol_token(token)?; in test_parse_protocol_sctp_token() localVariable
746 assert_eq!(rtps, result); in test_parse_protocol_sctp_token()
747 assert_eq!(rtps.to_string(), token.to_uppercase()); in test_parse_protocol_sctp_token()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/webrtc-sdp/src/
H A Dmedia_type.rs717 let rtps = parse_protocol_token(token)?; in test_parse_protocol_rtp_token() localVariable
718 assert_eq!(rtps, result); in test_parse_protocol_rtp_token()
719 assert_eq!(rtps.to_string(), token.to_uppercase()); in test_parse_protocol_rtp_token()
745 let rtps = parse_protocol_token(token)?; in test_parse_protocol_sctp_token() localVariable
746 assert_eq!(rtps, result); in test_parse_protocol_sctp_token()
747 assert_eq!(rtps.to_string(), token.to_uppercase()); in test_parse_protocol_sctp_token()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/webrtc-sdp/src/
H A Dmedia_type.rs716 let rtps = parse_protocol_token(token)?; in test_parse_protocol_rtp_token() localVariable
717 assert_eq!(rtps, result); in test_parse_protocol_rtp_token()
718 assert_eq!(rtps.to_string(), token.to_uppercase()); in test_parse_protocol_rtp_token()
744 let rtps = parse_protocol_token(token)?; in test_parse_protocol_sctp_token() localVariable
745 assert_eq!(rtps, result); in test_parse_protocol_sctp_token()
746 assert_eq!(rtps.to_string(), token.to_uppercase()); in test_parse_protocol_sctp_token()
/dports/science/thermofun/thermofun-0.3.8/ThermoFun/
H A DThermoModelsSubstance.cpp719 ThermoPropertiesSubstance rtps = pimpl->substance.thermoReferenceProperties(); in thermoProperties() local
721 tps.volume = rtps.volume; in thermoProperties()
722 tps.gibbs_energy += rtps.volume * (p - (pimpl->substance.referenceP() / bar_to_Pa)); in thermoProperties()
723 tps.enthalpy += rtps.volume * (p - (pimpl->substance.referenceP() / bar_to_Pa)); in thermoProperties()
/dports/science/chrono/chrono-7.0.1/src/chrono_synchrono/communication/dds/
H A DSynDDSPublisher.cpp42 using namespace eprosima::fastrtps::rtps;
H A DSynDDSCommunicator.cpp50 using namespace eprosima::fastdds::rtps;
51 using namespace eprosima::fastrtps::rtps;
H A DSynDDSSubscriber.cpp18 using namespace eprosima::fastrtps::rtps;

123