Home
last modified time | relevance | path

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

/dports/net/ortp/ortp-1.0.2-0/src/
H A Dvideobandwidthestimator.c30 vbe->trust_percentage = 90; in ortp_video_bandwidth_estimator_new()
58 vbe->trust_percentage = value; in ortp_video_bandwidth_estimator_set_trust()
70 return vbe->trust_percentage; in ortp_video_bandwidth_estimator_get_trust()
83 int index = (int)(vbe->trust_percentage * vbe->packets_size_max / 100); in ortp_video_bandwidth_estimator_get_estimated_available_bandwidth()
H A Dvideobandwidthestimator.h41 unsigned int trust_percentage; member
H A Drtpsession.c337 …if (params->trust_percentage > 0) session->rtp.video_bw_estimator->trust_percentage = params->trus… in rtp_session_enable_video_bandwidth_estimator()
/dports/net/ortp/ortp-1.0.2-0/include/ortp/
H A Drtpsession.h459 …unsigned int trust_percentage; /** percentage for which the chosen bandwidth value in all availabl… member