Searched refs:RtpDt_Double (Results 1 – 9 of 9) sorted by relevance
60 RtpDt_Double RtpOsUtil::RRand() in RRand()64 RtpDt_Double dRandNum = static_cast<RtpDt_Double>(rand()) / static_cast<RtpDt_Double>(RAND_MAX); in RRand()66 RtpDt_Double dTemp = ((dRandNum * stNtpTs.m_uiNtpHigh32Bits) + in RRand()67 (stNtpTs.m_uiNtpLow32Bits / static_cast<RtpDt_Double>(RTP_MILLISEC_MICRO))); in RRand()
52 RtpDt_Double ulRRand1 = RtpOsUtil::RRand(); in TEST()54 RtpDt_Double ulRRand2 = RtpOsUtil::RRand(); in TEST()
667 RtpDt_Double dTempT = rtcp_interval(usMembers); in rtcpTimerExpiry()1890 RtpDt_Double dTempT = rtcp_interval(usMembers); in processByePacket()2146 RtpDt_Double RtpSession::rtcp_interval(IN RtpDt_UInt16 usMembers) in rtcp_interval()2148 RtpDt_Double const RTCP_MIN_TIME = 5.; in rtcp_interval()2157 RtpDt_Double ulRtcp_bw = m_objTimerInfo.getRtcpBw(); in rtcp_interval()2159 RtpDt_Double const RTCP_SENDER_BW_FRACTION = 0.25L; in rtcp_interval()2160 RtpDt_Double const RTCP_RCVR_BW_FRACTION = (1 - RTCP_SENDER_BW_FRACTION); in rtcp_interval()2161 RtpDt_Double const COMPENSATION = 2.71828 - 1.5; in rtcp_interval()2162 RtpDt_Double ulRtcp_min_time = RTCP_MIN_TIME; in rtcp_interval()2163 RtpDt_Double ulTimerVal = RTP_ZERO; in rtcp_interval()[all …]
178 RtpDt_Double uiLow = uiMidOctets & RTP_HEX_16_BIT_MAX; in getTc()
117 m_stRtpSource.uiJitter += (1. / 16.) * ((RtpDt_Double)iDifference - m_stRtpSource.uiJitter); in calcJitter()
69 static RtpDt_Double RRand();
117 typedef double RtpDt_Double; typedef
147 RtpDt_Double uiJitter; /* estimated jitter */
224 RtpDt_Double rtcp_interval(IN RtpDt_UInt16 usMembers);