Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/src/
H A Drtcp_context.cpp118 if (lastRtpSysStamp_) { in OnRtp()
120 double diff = double((int64_t(sysStamp) - int64_t(lastRtpSysStamp_)) * (sampleRate / double(1000.0)) - in OnRtp()
152 lastRtpSysStamp_ = sysStamp; in OnRtp()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/include/
H A Drtcp_context.h125 uint64_t lastRtpSysStamp_ = 0; member in OHOS::Sharing::RtcpReceiverContext

Completed in 1 milliseconds