Searched refs:GetLowSeqNum (Results 1 – 4 of 4) sorted by relevance
86 bool empty_packet = frame->GetHighSeqNum() == frame->GetLowSeqNum(); in UpdateEmptyFrame()144 frame->GetLowSeqNum())); in UpdateSyncState()178 return ContinuousSeqNum(static_cast<uint16_t>(frame->GetLowSeqNum())); in ContinuousFrame()
54 int32_t GetLowSeqNum() const;
50 VCMFrameBuffer::GetLowSeqNum() const { in GetLowSeqNum() function in webrtc::VCMFrameBuffer
900 assert(frame.GetLowSeqNum() >= 0); in EstimatedLowSequenceNumber()902 return frame.GetLowSeqNum(); in EstimatedLowSequenceNumber()906 return frame.GetLowSeqNum() - 1; in EstimatedLowSequenceNumber()