Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_queue.cpp64 nextSeqOut_ = rtp->GetSeq(); in InputRtp()
80 nextSeqOut_ = 0; in Clear()
97 if (seq < nextSeqOut_) { in SortPacket()
98 if (nextSeqOut_ < seq + kMax_) { in SortPacket()
101 } else if (nextSeqOut_ && seq - nextSeqOut_ > ((std::numeric_limits<uint16_t>::max)() >> 1)) { in SortPacket()
102 MEDIA_LOGD("nextSeqOut_ && seq - nextSeqOut_ > ((std::numeric_limits<uint16_t>::max)() >> 1)"); in SortPacket()
130 if (it->first >= nextSeqOut_) { in PopPacket()
135 if (nextSeqOut_ in PopPacket()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_queue.h52 uint16_t nextSeqOut_ = 0; member in OHOS::Sharing::RtpPacketSortor

Completed in 2 milliseconds