Home
last modified time | relevance | path

Searched refs:ntplsw_ (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()
169 ((ntohl(rtcpSR->ntplsw_) >> 16) & 0xffff)); // 16:byte offset in OnRtcp()
H A Drtcp.cpp103 ntplsw_ = htonl((uint32_t)((double)tv.tv_usec * (double)(((uint64_t)1) << 32) * 1.0e-6)); // 32:byte offset in SetNtpStamp()
119 tv.tv_usec = (decltype(tv.tv_usec))(ntplsw_ / ((double)(((uint64_t)1) << 32) * 1.0e-6)); // 32:byte offset, 6:- in GetNtpStamp()
143 tv.tv_usec = (decltype(tv.tv_usec))(ntplsw_ / ((double)(((uint64_t)1) << 32) * 1.0e-6)); // 32:byte offset, 6:- in GetNtpUnixStampMS()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/include/
H A Drtcp.h142 uint32_t ntplsw_; member
363 uint32_t ntplsw_; member

Completed in 2 milliseconds