Home
last modified time | relevance | path

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

/dports/net/belle-sip/belle-sip-1.6.3-0/src/
H A Dbelle_sdp_impl.c285 int rcvr_rtt_max_size; member
302 attribute->rcvr_rtt_max_size = orig->rcvr_rtt_max_size; in belle_sdp_rtcp_xr_attribute_clone()
309 int rcvr_rtt_max_size = -1; in belle_sdp_rtcp_xr_attribute_marshal() local
317 rcvr_rtt_max_size = belle_sdp_rtcp_xr_attribute_get_rcvr_rtt_max_size(attribute); in belle_sdp_rtcp_xr_attribute_marshal()
318 if (rcvr_rtt_max_size > 0) { in belle_sdp_rtcp_xr_attribute_marshal()
319 error = belle_sip_snprintf(buff, buff_size, offset, ":%u", rcvr_rtt_max_size); in belle_sdp_rtcp_xr_attribute_marshal()
345 GET_SET_INT(belle_sdp_rtcp_xr_attribute,rcvr_rtt_max_size,int)
/dports/net/liblinphone/linphone-3.12.0/coreapi/bellesip_sal/
H A Dsal_sdp.c176 belle_sdp_rtcp_xr_attribute_set_rcvr_rtt_max_size(attribute, config->rcvr_rtt_max_size); in create_rtcp_xr_attribute()
686 config->rcvr_rtt_max_size = -1; in sal_init_rtcp_xr_description()
704 config->rcvr_rtt_max_size = belle_sdp_rtcp_xr_attribute_get_rcvr_rtt_max_size(xr_attr); in sdp_parse_rtcp_xr_parameters()
/dports/net/ortp/ortp-1.0.2-0/include/ortp/
H A Drtpsession.h257 int rcvr_rtt_max_size; member
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dlinphonecall.c697 …md->rtcp_xr.rcvr_rtt_max_size = lp_config_get_int(lc->config, "rtp", "rtcp_xr_rcvr_rtt_max_size", … in setup_rtcp_xr()
3196 currentconfig.rcvr_rtt_max_size = remoteconfig->rcvr_rtt_max_size;