Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_unpack_impl.cpp83 if (nextOutSeq_ == 0xffff) { in OnRtpSorted()
84 nextOutSeq_ = 1; in OnRtpSorted()
86 nextOutSeq_ = rtp->GetSeq() + 1; in OnRtpSorted()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_unpack_impl.h46 uint16_t nextOutSeq_ = 0; member in OHOS::Sharing::RtpUnpackImpl

Completed in 1 milliseconds