Home
last modified time | relevance | path

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

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_rtcp_proto_impl.cpp216 (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()
/external/opencore/protocols/rtp/src/
Drtcp.h193 uint32 NTP_timestamp_high; variable
Drtcp_decoder.cpp372 inStream >> sr_packet.NTP_timestamp_high; in DecodeSR()
Drtcp_encoder.cpp347 outStream << sr_packet.NTP_timestamp_high; in EncodeSR()