Searched refs:GetLowSeqNum (Results 1 – 4 of 4) sorted by relevance
112 bool empty_packet = frame->GetHighSeqNum() == frame->GetLowSeqNum(); in UpdateEmptyFrame()170 ContinuousSeqNum(static_cast<uint16_t>(frame->GetLowSeqNum())); in UpdateSyncState()208 return ContinuousSeqNum(static_cast<uint16_t>(frame->GetLowSeqNum())); in ContinuousFrame()
54 int32_t GetLowSeqNum() const;
41 int32_t VCMFrameBuffer::GetLowSeqNum() const { in GetLowSeqNum() function in webrtc::VCMFrameBuffer
985 assert(frame.GetLowSeqNum() >= 0); in EstimatedLowSequenceNumber()987 return frame.GetLowSeqNum(); in EstimatedLowSequenceNumber()991 return frame.GetLowSeqNum() - 1; in EstimatedLowSequenceNumber()