Home
last modified time | relevance | path

Searched refs:rtp_session_enable_congestion_detection (Results 1 – 4 of 4) sorted by relevance

/dports/net/mediastreamer/mediastreamer-2.16.1/src/voip/
H A Dbandwidthcontroller.c164 rtp_session_enable_congestion_detection(stream->sessions.rtp_session, TRUE); in ms_bandwidth_controller_add_stream()
175 rtp_session_enable_congestion_detection(stream->sessions.rtp_session, FALSE); in ms_bandwidth_controller_remove_stream()
/dports/net/mediastreamer/mediastreamer-2.16.1/tester/
H A Dmediastreamer2_jitterbuffer_tester.c211rtp_session_enable_congestion_detection(receiver->ms.sessions.rtp_session, params->enable_congesti… in pcap_tester_streams_start()
222rtp_session_enable_congestion_detection(receiverv->ms.sessions.rtp_session, params->enable_congest… in pcap_tester_streams_start()
530 rtp_session_enable_congestion_detection(receiver->ms.sessions.rtp_session, TRUE); in congestion_adaptation()
/dports/net/ortp/ortp-1.0.2-0/include/ortp/
H A Drtpsession.h697 ORTP_PUBLIC void rtp_session_enable_congestion_detection(RtpSession *session, bool_t enabled);
/dports/net/ortp/ortp-1.0.2-0/src/
H A Drtpsession.c315 void rtp_session_enable_congestion_detection(RtpSession *session, bool_t enabled){ in rtp_session_enable_congestion_detection() function