Home
last modified time | relevance | path

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

/dports/net/mediastreamer/mediastreamer-2.16.1/src/voip/
H A Dqualityindicator.c138 float inter_jitter=(float)report_block_get_interarrival_jitter(rb)/(float)qi->clockrate; in ms_quality_indicator_update_from_feedback()
H A Dqosanalyzer.c179 cur->int_jitter=1000.0f*(float)report_block_get_interarrival_jitter(rb)/(float)obj->clockrate; in simple_analyzer_process_rtcp()
/dports/net/ortp/ortp-1.0.2-0/include/ortp/
H A Drtcp.h118 static ORTP_INLINE uint32_t report_block_get_interarrival_jitter(const report_block_t * rb) { in report_block_get_interarrival_jitter() function
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dlinphonecall.c4428 return (float)report_block_get_interarrival_jitter(srb) / (float)stats->clockrate;
4447 return (float)report_block_get_interarrival_jitter(rrb) / (float)stats->clockrate;