Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/src/
H A Drtcp_context.cpp168 lastSrLsr_ = (((ntohl(rtcpSR->ntpmsw_) & 0xffff) << 16) | // 16:byte offset in OnRtcp()
206 item->lastSrStamp_ = htonl(lastSrLsr_); in CreateRtcpRR()
212 item->delaySinceLastSr_ = htonl(lastSrLsr_ ? dlsr : 0); in CreateRtcpRR()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/include/
H A Drtcp_context.h119 uint32_t lastSrLsr_ = 0; member in OHOS::Sharing::RtcpReceiverContext

Completed in 2 milliseconds