Searched refs:uiMidOctets (Results 1 – 1 of 1) sorted by relevance
175 RtpDt_UInt32 uiMidOctets = RtpStackUtil::getMidFourOctets(&stCurNtpRtcpTs); in getTc() local176 RtpDt_UInt32 uiHigh = uiMidOctets >> RTP_BYTE2_BIT_SIZE; in getTc()178 RtpDt_Double uiLow = uiMidOctets & RTP_HEX_16_BIT_MAX; in getTc()180 uiMidOctets = uiHigh + (RtpDt_UInt32)uiLow; // it is in milliseconds in getTc()181 return uiMidOctets; in getTc()