Searched refs:GetLowSeqNum (Results 1 – 4 of 4) sorted by relevance
136 bool empty_packet = frame->GetHighSeqNum() == frame->GetLowSeqNum(); in UpdateEmptyFrame()195 ContinuousSeqNum(static_cast<uint16_t>(frame->GetLowSeqNum())); in UpdateSyncState()235 return ContinuousSeqNum(static_cast<uint16_t>(frame->GetLowSeqNum())) && in ContinuousFrame()
51 int32_t GetLowSeqNum() const;
604 assert(frame.GetLowSeqNum() >= 0); in EstimatedLowSequenceNumber()606 return frame.GetLowSeqNum(); in EstimatedLowSequenceNumber()610 return frame.GetLowSeqNum() - 1; in EstimatedLowSequenceNumber()
35 int32_t VCMFrameBuffer::GetLowSeqNum() const { in GetLowSeqNum() function in webrtc::VCMFrameBuffer