Home
last modified time | relevance | path

Searched refs:ntpmsw_ (Results 1 - 3 of 3) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/src/
H A Drtcp_context.cpp43 ((ntohl(rtcp->ntpmsw_) & 0xFFFF) << 16) | ((ntohl(rtcp->ntplsw_) >> 16) & 0xFFFF); // 16:byte offset in CreateRtcpSR()
84 ((rtcp_xr->ntpmsw_ & 0xFFFF) << 16) | ((rtcp_xr->ntplsw_ >> 16) & 0xFFFF); // 16:byte offset in OnRtcp()
168 lastSrLsr_ = (((ntohl(rtcpSR->ntpmsw_) & 0xffff) << 16) | // 16:byte offset in OnRtcp()
H A Drtcp.cpp102 ntpmsw_ = htonl(tv.tv_sec + 0x83AA7E80); /* 0x83AA7E80 is the number of seconds from 1900 to 1970 */ in SetNtpStamp()
118 tv.tv_sec = ntpmsw_ - 0x83AA7E80; in GetNtpStamp()
138 if (ntpmsw_ < 0x83AA7E80 /*1970 year*/) { in GetNtpUnixStampMS()
142 tv.tv_sec = ntpmsw_ - 0x83AA7E80; in GetNtpUnixStampMS()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/include/
H A Drtcp.h140 uint32_t ntpmsw_; member
361 uint32_t ntpmsw_; member

Completed in 2 milliseconds