Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/src/
H A Drtcp_context.cpp162 auto rtcpSR = (RtcpSR *)rtcp; in OnRtcp() local
168 lastSrLsr_ = (((ntohl(rtcpSR->ntpmsw_) & 0xffff) << 16) | // 16:byte offset in OnRtcp()
169 ((ntohl(rtcpSR->ntplsw_) >> 16) & 0xffff)); // 16:byte offset in OnRtcp()

Completed in 1 milliseconds