Searched refs:NTP_timestamp_high (Results 1 – 4 of 4) sorted by relevance
216 (rtcpSR.NTP_timestamp_high << 16) | in ProcessRTCPReport()230 (((uint64)rtcpSR.NTP_timestamp_high) << 32) + (uint64)rtcpSR.NTP_timestamp_low; in ProcessRTCPReport()233 …P_timestamp_high %u rtcpSR.NTP_timestamp_low %u SR Ts %u ", rtcpSR.NTP_timestamp_high, rtcpSR.NTP_… in ProcessRTCPReport()
193 uint32 NTP_timestamp_high; variable
372 inStream >> sr_packet.NTP_timestamp_high; in DecodeSR()
347 outStream << sr_packet.NTP_timestamp_high; in EncodeSR()